diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 21:55:26 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 21:55:26 +0000 |
commit | bb114701ea8384781b4b3b51c45040a21e2d60fe (patch) | |
tree | 28210e858e4cfde44e8e742a45abe8500fe435af /chrome/app | |
parent | 9fae610ae66a48ff4da59a1fe4ad3a460be03512 (diff) | |
download | chromium_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.grd | 6 |
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"> &Extensions </message> + <message name="IDS_SETTINGS" desc="The text label of the Settings menu item"> + &Settings + </message> <message name="IDS_OPTIONS" desc="The text label of the Options menu item"> &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"> &Extensions </message> + <message name="IDS_SETTINGS" desc="In Title Case: The text label of the Settings menu item"> + &Settings + </message> <message name="IDS_OPTIONS" desc="In Title Case: The text label of the Options menu item"> &Options </message> |