diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-26 13:09:33 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-26 13:09:33 +0000 |
commit | 60cf3e73195dc18482e67e58214e797a1cdc3b11 (patch) | |
tree | 458eee448a4027a45ac1a124d512b060e7592514 /chrome/app | |
parent | 75b99eb6f4707d34457edc5293372478c2275029 (diff) | |
download | chromium_src-60cf3e73195dc18482e67e58214e797a1cdc3b11.zip chromium_src-60cf3e73195dc18482e67e58214e797a1cdc3b11.tar.gz chromium_src-60cf3e73195dc18482e67e58214e797a1cdc3b11.tar.bz2 |
Change wrench menu icon's accessible name to indicate available update
BUG=chromium-os:17585
TEST=Enable accessibility feature and focus on the wrench menu by pressing ALT when upgrade is available. Ensure that it speaks "update is available."
Review URL: http://codereview.chromium.org/8394031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107338 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a833d64..b7a5151 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5252,6 +5252,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The format for the accessible title of an incognito window"> <ph name="WINDOW_TITLE">$1</ph> (Incognito) </message> + <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible name for the app menu when software update is available."> + <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available) + </message> <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back button."> Back </message> |