fix for bug #396733: add an access key for view.details patch=Ehsan Akhgari <ehsan.akhgari@gmail.com> r=sspitzer, a=mconnor

This commit is contained in:
sspitzer@mozilla.org 2007-09-20 11:09:59 -07:00
Родитель 7e1e48680c
Коммит 0a4ee5b7c9
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -23,6 +23,7 @@
# Ben Goodger <beng@google.com> # Ben Goodger <beng@google.com>
# Annie Sullivan <annie.sullivan@gmail.com> # Annie Sullivan <annie.sullivan@gmail.com>
# Asaf Romano <mano@mozilla.com> # Asaf Romano <mano@mozilla.com>
# Ehsan Akhgari <ehsan.akhgari@gmail.com>
# #
# Alternatively, the contents of this file may be used under the terms of # Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or # either the GNU General Public License Version 2 or later (the "GPL"), or
@ -276,7 +277,7 @@
#else #else
label="&view.details.label;" label="&view.details.label;"
#endif #endif
accesskey="&view.details.label;"> accesskey="&view.details.accesskey;">
</menuitem> </menuitem>
<menuseparator id="addonsSeparator"/> <menuseparator id="addonsSeparator"/>

Просмотреть файл

@ -178,7 +178,7 @@
<!ENTITY view.detailsMacOSX.label "List"> <!ENTITY view.detailsMacOSX.label "List">
<!ENTITY view.details.label "Details"> <!ENTITY view.details.label "Details">
<!ENTITY view.details.accesskey ""> <!ENTITY view.details.accesskey "D">
<!ENTITY view.addons.label "Get View Add-ons"> <!ENTITY view.addons.label "Get View Add-ons">
<!ENTITY view.columns.label "Columns"> <!ENTITY view.columns.label "Columns">