Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1182493009: Wrench menu reorg phase 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix incorrect title case expr causing wrong strings to be displayed on OSX Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c77da01e0fd9120ad6d17abfa20cae12c07b8830..4cbd5603dac146cb6667afb174293d93d3486f3a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1354,7 +1354,7 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
&amp;Print...
</message>
<message name="IDS_MORE_TOOLS_MENU" desc="The text label of the Tools submenu for touch">
- More too&amp;ls
+ More Too&amp;ls
Peter Kasting 2015/06/17 22:59:42 Lowercase T
edwardjung 2015/06/18 16:52:04 This is the title case section. I've added this to
</message>
<message name="IDS_ZOOM_MENU" desc="In Title Case: The text label of the Zoom submenu">
&amp;Zoom
@@ -1577,7 +1577,7 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
Get H&amp;elp
</message>
<message name="IDS_HELP_MENU" desc="The text label of the Help sub-menu item">
- H&amp;elp
+ H&amp;elp and About
Peter Kasting 2015/06/17 22:59:42 Lowercase A
edwardjung 2015/06/18 16:52:04 Done.
</message>
<message name="IDS_EXIT" desc="The text label of the Exit menu item">
E&amp;xit
@@ -1618,7 +1618,7 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
Get H&amp;elp
</message>
<message name="IDS_HELP_MENU" desc="The text label of the Help sub-menu item">
- H&amp;elp
+ H&amp;elp and About
</message>
<message name="IDS_EXIT" desc="In Title Case: The text label of the Exit menu item">
E&amp;xit
@@ -12363,7 +12363,10 @@ Some features may be unavailable. Please check that the profile exists and you
Block
</message>
- <if expr="use_title_case">
+ <if expr="use_titlecase">
+ <message name="IDS_HISTORY_RECENT_TABS_MENU" desc="In Title Case: The title of the History and Recent Tabs menu in the wrench menu.">
+ History and Recent Tabs
+ </message>
<message name="IDS_RECENT_TABS_MENU" desc="In Title Case: The title of the Recent Tabs menu in the wrench menu.">
Recent Tabs
</message>
@@ -12373,8 +12376,14 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_RECENTLY_CLOSED_WINDOW" desc="In Title Case: Title of recently closed windows in Recent Tabs menu. [ICU_Syntax]">
{NUM_TABS, plural, =1 {1 Tab} other {# Tabs}}
</message>
+ <message name="IDS_RECENT_TABS_NO_DEVICE_TABS" desc="In Title Case: The label in the Recent Tabs menu in the wrench menu when there's no tabs from other devices.">
+ No Tabs From Other Devices
+ </message>
</if>
- <if expr="not use_title_case">
+ <if expr="not use_titlecase">
+ <message name="IDS_HISTORY_RECENT_TABS_MENU" desc="The title of the History and Recent Tabs menu in the wrench menu.">
+ History and Recent tabs
Peter Kasting 2015/06/17 22:59:42 Lowercase R
edwardjung 2015/06/18 16:52:04 Done.
+ </message>
<message name="IDS_RECENT_TABS_MENU" desc="The title of the Recent Tabs menu in the wrench menu.">
Recent tabs
</message>
@@ -12384,11 +12393,11 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_RECENTLY_CLOSED_WINDOW" desc="Title of recently closed windows in Recent Tabs menu. [ICU_Syntax]">
{NUM_TABS, plural, =1 {1 tab} other {# tabs}}
</message>
+ <message name="IDS_RECENT_TABS_NO_DEVICE_TABS" desc="The label in the Recent Tabs menu in the wrench menu when there's no tabs from other devices.">
+ No tabs from other devices
+ </message>
</if>
- <message name="IDS_RECENT_TABS_NO_DEVICE_TABS" desc="The label in the Recent Tabs menu in the wrench menu when there's no tabs from other devices.">
- No tabs from other devices
- </message>
<message name="IDS_RECENT_TABS_MORE" desc="The label in the Recent Tabs menu in the wrench menu to open the other devices and history page.">
More...
</message>

Powered by Google App Engine
This is Rietveld 408576698