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

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 merge error 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 faea2134e8df66f97ddef40fc6a02b5311325815..aad5dd7756abda8e5237d21a03d245ab00905512 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1356,8 +1356,8 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_PRINT" desc="In Title Case: The text label of the Print... menu item. Opens a dialog box to select print settings">
&amp;Print...
</message>
- <message name="IDS_MORE_TOOLS_MENU" desc="The text label of the Tools submenu for touch">
- More too&amp;ls
+ <message name="IDS_MORE_TOOLS_MENU" desc="In Title Case: The text label of the Tools submenu for touch">
+ More Too&amp;ls
</message>
<message name="IDS_ZOOM_MENU" desc="In Title Case: The text label of the Zoom submenu">
&amp;Zoom
@@ -1580,7 +1580,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
@@ -1620,8 +1620,8 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_GET_HELP" desc="The text label of the Get Help menu item">
Get H&amp;elp
</message>
- <message name="IDS_HELP_MENU" desc="The text label of the Help sub-menu item">
- H&amp;elp
+ <message name="IDS_HELP_MENU" desc="In Title Case: The text label of the Help sub-menu item">
+ 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
@@ -12409,7 +12409,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>
@@ -12419,8 +12422,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
+ </message>
<message name="IDS_RECENT_TABS_MENU" desc="The title of the Recent Tabs menu in the wrench menu.">
Recent tabs
</message>
@@ -12430,11 +12439,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>
« 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