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..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 |
| &Print... |
| </message> |
| <message name="IDS_MORE_TOOLS_MENU" desc="The text label of the Tools submenu for touch"> |
| - More too&ls |
| + More Too&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"> |
| &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 |
| </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 |
| @@ -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> |