diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-20 16:57:04 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-20 16:57:04 +0000 |
commit | 4ebcbf892aaac28bc4be2f6ee65d576667124879 (patch) | |
tree | 5bb29fbca763c7185c985057f14b0765863da5a8 /chrome/app/nibs/MainMenu.xib | |
parent | 75891fe5e8c0dc1696cc155a619687624397c894 (diff) | |
download | chromium_src-4ebcbf892aaac28bc4be2f6ee65d576667124879.zip chromium_src-4ebcbf892aaac28bc4be2f6ee65d576667124879.tar.gz chromium_src-4ebcbf892aaac28bc4be2f6ee65d576667124879.tar.bz2 |
DOMUI: Do not change the current menu labels for Win/Mac/Linux.
The menu labels should remain the same as they do now without the flag for Win, Mac, Linux, and ChromeOS (see below).
Win: Options
Mac/Linux: Preferences
ChromeOS: Settings
BUG=63432
TEST=open chrome with or without --enable-tabbed-options the labels should be the same as above.
Review URL: http://codereview.chromium.org/5113004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/MainMenu.xib')
-rw-r--r-- | chrome/app/nibs/MainMenu.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/nibs/MainMenu.xib b/chrome/app/nibs/MainMenu.xib index 0c45c44..ad925e3 100644 --- a/chrome/app/nibs/MainMenu.xib +++ b/chrome/app/nibs/MainMenu.xib @@ -83,7 +83,7 @@ </object> <object class="NSMenuItem" id="609285721"> <reference key="NSMenu" ref="110575045"/> - <string key="NSTitle">^IDS_PREFERENCES_MAC</string> + <string key="NSTitle">^IDS_PREFERENCES</string> <string key="NSKeyEquiv">,</string> <int key="NSKeyEquivModMask">1048576</int> <int key="NSMnemonicLoc">2147483647</int> |