diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-21 14:37:28 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-21 14:37:28 +0000 |
commit | 3cb8070f3796d3834d6cda2498a2c590046d03bf (patch) | |
tree | dd56513ab2f7971c273f7ca33cb294f5a61e0e01 /chrome | |
parent | 1bb1e591e9f1ad91f8b4770cafb3993ae910b140 (diff) | |
download | chromium_src-3cb8070f3796d3834d6cda2498a2c590046d03bf.zip chromium_src-3cb8070f3796d3834d6cda2498a2c590046d03bf.tar.gz chromium_src-3cb8070f3796d3834d6cda2498a2c590046d03bf.tar.bz2 |
Fix the $1 in the wrench tooltip that should be the product name.
BUG=22177
TEST=tooltip no longer has a $1 and has the product name.
Review URL: http://codereview.chromium.org/215032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/nibs/Toolbar.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/nibs/Toolbar.xib b/chrome/app/nibs/Toolbar.xib index c9937bc..93d1f82 100644 --- a/chrome/app/nibs/Toolbar.xib +++ b/chrome/app/nibs/Toolbar.xib @@ -1665,7 +1665,7 @@ <object class="IBToolTipAttribute" key="NS.object.0"> <string key="name">ToolTip</string> <reference key="object" ref="602421009"/> - <string key="toolTip">^IDS_APPMENU_TOOLTIP</string> + <string key="toolTip">^IDS_APPMENU_TOOLTIP$IDS_PRODUCT_NAME</string> </object> </object> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |