Chromium Code Reviews| 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 |
| &Print... |
| </message> |
| <message name="IDS_MORE_TOOLS_MENU" desc="The text label of the Tools submenu for touch"> |
| - More too&ls |
| + More Too&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"> |
| &Zoom |
| @@ -1577,7 +1577,7 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may |
| Get H&elp |
| </message> |
| <message name="IDS_HELP_MENU" desc="The text label of the Help sub-menu item"> |
| - H&elp |
| + H&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&xit |
| @@ -1618,7 +1618,7 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may |
| Get H&elp |
| </message> |
| <message name="IDS_HELP_MENU" desc="The text label of the Help sub-menu item"> |
| - H&elp |
| + H&elp and About |
| </message> |
| <message name="IDS_EXIT" desc="In Title Case: The text label of the Exit menu item"> |
| E&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> |