Bug 302006 : Wrong label/accesskey assignment in am-smime.xul, patch by Pavel Franc <p.franc@gmail.com>, r=mscott, a=asa

This commit is contained in:
gavin%gavinsharp.com 2005-08-10 14:12:11 +00:00
Родитель 690353a97e
Коммит df48b9840c
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -115,11 +115,11 @@
<!-- Certificate manager -->
<groupbox>
<caption label="&managecerts.label;"/>
<caption label="&certificates.label;"/>
<hbox align="center">
<button label="&managecerts.button;" oncommand="openCertManager();" id="openCertManagerButton"
<button label="&managecerts.label;" oncommand="openCertManager();" id="openCertManagerButton"
accesskey="&managecerts.accesskey;" prefstring="security.disable_button.openCertManager"/>
<button label="&managedevices.button;" oncommand="openDeviceManager();" id="openDeviceManagerButton"
<button label="&managedevices.label;" oncommand="openDeviceManager();" id="openDeviceManagerButton"
accesskey="&managedevices.accesskey;" prefstring="security.disable_button.openDeviceManager"/>
</hbox>
</groupbox>

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

@ -13,8 +13,8 @@
<!ENTITY signingCert.message "Use this certificate to digitally sign messages you send:">
<!ENTITY signingCert.notselected "No certificate set">
<!ENTITY managecerts.label "Certificates">
<!ENTITY managecerts.button "View Certificates">
<!ENTITY certificates.label "Certificates">
<!ENTITY managecerts.label "View Certificates">
<!ENTITY managecerts.accesskey "V">
<!ENTITY managedevices.button "Security Devices">
<!ENTITY managedevices.label "Security Devices">
<!ENTITY managedevices.accesskey "S">