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

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: Mac unit test fix 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c77da01e0fd9120ad6d17abfa20cae12c07b8830..79ae650f39bd995f81ed26e77eaf4c648ff8f588 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
edwardjung 2015/06/17 14:55:52 Fixed the incorrect capitalisation.
</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
</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
@@ -12364,6 +12364,9 @@ Some features may be unavailable. Please check that the profile exists and you
</message>
<if expr="use_title_case">
+ <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>
@@ -12375,6 +12378,9 @@ Some features may be unavailable. Please check that the profile exists and you
</message>
</if>
<if expr="not use_title_case">
+ <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
+ </message>
<message name="IDS_RECENT_TABS_MENU" desc="The title of the Recent Tabs menu in the wrench menu.">
Recent tabs
</message>
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698