diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 10:22:01 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 10:22:01 +0000 |
commit | b63a4510436aaf9457fc881984c68c5fb6a02960 (patch) | |
tree | 6a2843cf024c201b89210ee5cab71ce6f87e75c2 /chrome/app | |
parent | 56e5976b36e1b9a2bb1dea5415bf92268a594a85 (diff) | |
download | chromium_src-b63a4510436aaf9457fc881984c68c5fb6a02960.zip chromium_src-b63a4510436aaf9457fc881984c68c5fb6a02960.tar.gz chromium_src-b63a4510436aaf9457fc881984c68c5fb6a02960.tar.bz2 |
Update the tooltip string for the Caps Lock indicator.
Following the mock in http://crosbug.com/11690#c18, the new string is "CAPS LOCK is on. Press Search key to cancel" if Serach key is mapped to Caps Lock. "CAPS LOCK is on. Press both Shift keys to cancel" otherwise.
BUG=chromium-os:11690
TEST=manual
Review URL: http://codereview.chromium.org/7461025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 60a4e531..b9eefa6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -11901,7 +11901,10 @@ ls' lab."> Searching for Wi-Fi networks... </message> <message name="IDS_STATUSBAR_CAPS_LOCK_ENABLED" desc="The tooltip for the caps lock indicator button."> - Caps lock active + CAPS LOCK is on\nPress both Shift keys to cancel + </message> + <message name="IDS_STATUSBAR_CAPS_LOCK_ENABLED_PRESS_SEARCH" desc="The tooltip for the caps lock indicator button."> + CAPS LOCK is on\nPress Search key to cancel </message> <message name="IDS_STATUSBAR_CLOCK_OPEN_OPTIONS_DIALOG" desc="The menu item in the clock menu button for opening the options dialog"> Open date and time options... |