diff options
author | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 11:40:52 +0000 |
---|---|---|
committer | mtomasz@chromium.org <mtomasz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 11:40:52 +0000 |
commit | db99f84643fd03b89d0d164ecd4017d4d6e5cfc3 (patch) | |
tree | 4f36c8735d4ac6262b06830aff6695493308d63a /chrome/app | |
parent | 88475538d4cd2b1541c81b120e32a5687d458c2c (diff) | |
download | chromium_src-db99f84643fd03b89d0d164ecd4017d4d6e5cfc3.zip chromium_src-db99f84643fd03b89d0d164ecd4017d4d6e5cfc3.tar.gz chromium_src-db99f84643fd03b89d0d164ecd4017d4d6e5cfc3.tar.bz2 |
Add aria label for the gear menu in Files.app.
The aria label was missing what caused Chrome Vox to read 'button' instead of 'Settings button'. This patch adds the string and the aria label.
TEST=Enable ChromeVox, tab to the Gear menu.
BUG=264894
Review URL: https://chromiumcodereview.appspot.com/21727002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215273 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 1cf0035..76edc32 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -13551,6 +13551,9 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_FILE_BROWSER_THUMBNAIL_VIEW_TOOLTIP" desc="Tooltip for the Thumbnail View button."> Thumbnail view </message> + <message name="IDS_FILE_BROWSER_GEAR_BUTTON_TOOLTIP" desc="Tooltip for the gear button in Files.app."> + Settings + </message> <message name="IDS_FILE_BROWSER_TIME_TODAY" desc="File date and time in case the date is today."> Today <ph name="TODAY_DAYTIME">$1<ex>6:19 AM</ex></ph> |