Bug 565042 - Add an accessibleName for the tabs toolbar, r=gavin

This commit is contained in:
Marco Zehe 2010-05-12 08:08:42 +02:00
parent 5f35f1d096
commit c3081b6f1e
2 changed files with 4 additions and 0 deletions

View File

@ -592,6 +592,7 @@
customizable="true"
mode="icons" lockmode="true"
iconsize="small" defaulticonsize="small" lockiconsize="true"
aria-label="&tabsToolbar.label;"
context="toolbar-context-menu"
defaultset="tabbrowser-tabs,new-tab-button,alltabs-button,tabs-closebutton"
collapsed="true">

View File

@ -475,3 +475,6 @@ just addresses the organization to follow, e.g. "This site is run by " -->
<!ENTITY downloadMonitor2.tooltip "Click to open downloads window">
<!ENTITY allTabs.filter.emptyText "Search Tabs">
<!-- Name for the tabs toolbar as spoken by screen readers.
The word "toolbar" is appended automatically and should not be contained below! -->
<!ENTITY tabsToolbar.label "Browser tabs">