зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
690353a97e
Коммит
df48b9840c
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче