diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 16:48:47 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 16:48:47 +0000 |
commit | ac537c33a1f639d7439f02d899bd33013694d3fa (patch) | |
tree | 7d868c4eacd54fb0aa8f940565556749d507c63d /chrome/app | |
parent | 0c93d31fd16ca9f2405065f8f748f03887188f63 (diff) | |
download | chromium_src-ac537c33a1f639d7439f02d899bd33013694d3fa.zip chromium_src-ac537c33a1f639d7439f02d899bd33013694d3fa.tar.gz chromium_src-ac537c33a1f639d7439f02d899bd33013694d3fa.tar.bz2 |
Append "(Incognito)" to the accessible title of the browser window.
This actual window title remains the same.
BUG=37357
TEST=Screen readers read "Incognito" for browser windows that are off the record.
Review URL: http://codereview.chromium.org/3400028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60658 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 43a88bb..208e42e 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4092,6 +4092,9 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> <!--Accessible name/action strings--> + <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_ACCACTION_PRESS" desc="The accessible default action for a button."> Press </message> |