aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 16:44:58 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 16:44:58 +0200
commitd773b9628ac8d6d972a7062977654c66a11c4078 (patch)
treebfc107c366225f1b0a4b749f716ec4829e4d2238
parentAdd check for updates menu item (diff)
downloadferdium-app-d773b9628ac8d6d972a7062977654c66a11c4078.tar.gz
ferdium-app-d773b9628ac8d6d972a7062977654c66a11c4078.tar.zst
ferdium-app-d773b9628ac8d6d972a7062977654c66a11c4078.zip
Fix case in menu label
-rw-r--r--src/i18n/locales/defaultMessages.json2
-rw-r--r--src/i18n/locales/en-US.json4
-rw-r--r--src/i18n/messages/src/lib/Menu.json2
-rw-r--r--src/lib/Menu.js2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 63e74628c..5183e9bc3 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4416,7 +4416,7 @@
4416 } 4416 }
4417 }, 4417 },
4418 { 4418 {
4419 "defaultMessage": "!!!Check for Updates", 4419 "defaultMessage": "!!!Check for updates",
4420 "end": { 4420 "end": {
4421 "column": 3, 4421 "column": 3,
4422 "line": 174 4422 "line": 174
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 927ac8415..e2edbd596 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -45,7 +45,7 @@
45 "login.tokenExpired": "Your session expired, please login again.", 45 "login.tokenExpired": "Your session expired, please login again.",
46 "menu.app.about": "About Franz", 46 "menu.app.about": "About Franz",
47 "menu.app.announcement": "What's new?", 47 "menu.app.announcement": "What's new?",
48 "menu.app.checkForUpdates": "Check for Updates", 48 "menu.app.checkForUpdates": "Check for updates",
49 "menu.app.hide": "Hide", 49 "menu.app.hide": "Hide",
50 "menu.app.hideOthers": "Hide Others", 50 "menu.app.hideOthers": "Hide Others",
51 "menu.app.quit": "Quit", 51 "menu.app.quit": "Quit",
@@ -329,4 +329,4 @@
329 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 329 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
330 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo": "Switching to" 331 "workspaces.switchingIndicator.switchingTo": "Switching to"
332} 332} \ No newline at end of file
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 50633a1de..daafb0900 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -508,7 +508,7 @@
508 }, 508 },
509 { 509 {
510 "id": "menu.app.checkForUpdates", 510 "id": "menu.app.checkForUpdates",
511 "defaultMessage": "!!!Check for Updates", 511 "defaultMessage": "!!!Check for updates",
512 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
513 "start": { 513 "start": {
514 "line": 171, 514 "line": 171,
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 65eb83252..e0dfd736e 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -170,7 +170,7 @@ const menuItems = defineMessages({
170 }, 170 },
171 checkForUpdates: { 171 checkForUpdates: {
172 id: 'menu.app.checkForUpdates', 172 id: 'menu.app.checkForUpdates',
173 defaultMessage: '!!!Check for Updates', 173 defaultMessage: '!!!Check for updates',
174 }, 174 },
175 hide: { 175 hide: {
176 id: 'menu.app.hide', 176 id: 'menu.app.hide',