summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 21:55:26 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 21:55:26 +0000
commitbb114701ea8384781b4b3b51c45040a21e2d60fe (patch)
tree28210e858e4cfde44e8e742a45abe8500fe435af /chrome/app
parent9fae610ae66a48ff4da59a1fe4ad3a460be03512 (diff)
downloadchromium_src-bb114701ea8384781b4b3b51c45040a21e2d60fe.zip
chromium_src-bb114701ea8384781b4b3b51c45040a21e2d60fe.tar.gz
chromium_src-bb114701ea8384781b4b3b51c45040a21e2d60fe.tar.bz2
Change the menu item 'Options' to 'Settings' on the wrench menu.
BUG=56152 TEST=out/Debug/chrome --enable-tabbed-options, go to wrench menu, you should see a 'Settings' menu item. Also without the switch you should still see the 'Options' menu item. Review URL: http://codereview.chromium.org/3398026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index bb98b17..9738ef1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -998,6 +998,9 @@ each locale. -->
<message name="IDS_SHOW_EXTENSIONS" desc="The show extensions menu in the app menu">
&amp;Extensions
</message>
+ <message name="IDS_SETTINGS" desc="The text label of the Settings menu item">
+ &amp;Settings
+ </message>
<message name="IDS_OPTIONS" desc="The text label of the Options menu item">
&amp;Options
</message>
@@ -1033,6 +1036,9 @@ each locale. -->
<message name="IDS_SHOW_EXTENSIONS" desc="In Title Case: The show extensions menu in the app menu">
&amp;Extensions
</message>
+ <message name="IDS_SETTINGS" desc="In Title Case: The text label of the Settings menu item">
+ &amp;Settings
+ </message>
<message name="IDS_OPTIONS" desc="In Title Case: The text label of the Options menu item">
&amp;Options
</message>