Bug 488037: certManager entities should use the .label/.accesskey convention, r=johnath, a=bsmedberg

--HG--
extra : rebase_source : d817fe39ff9df258fa6824b0fdbee0e10947983c
This commit is contained in:
Guillermo López 2010-10-29 16:54:01 -04:00
parent 8bb5d45783
commit 23de54cbc1
2 changed files with 4 additions and 4 deletions

View File

@ -133,8 +133,8 @@
<!ENTITY certmgr.addException.accesskey "x"> <!ENTITY certmgr.addException.accesskey "x">
<!ENTITY exceptionMgr.title "Add Security Exception"> <!ENTITY exceptionMgr.title "Add Security Exception">
<!ENTITY exceptionMgr.exceptionButton "Confirm Security Exception"> <!ENTITY exceptionMgr.exceptionButton.label "Confirm Security Exception">
<!ENTITY exceptionMgr.exceptionButtonAccess "C"> <!ENTITY exceptionMgr.exceptionButton.accesskey "C">
<!ENTITY exceptionMgr.supplementalWarning "Legitimate banks, stores, and other public sites will not ask you to do this."> <!ENTITY exceptionMgr.supplementalWarning "Legitimate banks, stores, and other public sites will not ask you to do this.">
<!ENTITY exceptionMgr.certlocation.caption2 "Server"> <!ENTITY exceptionMgr.certlocation.caption2 "Server">
<!ENTITY exceptionMgr.certlocation.url "Location:"> <!ENTITY exceptionMgr.certlocation.url "Location:">

View File

@ -47,8 +47,8 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&exceptionMgr.title;" title="&exceptionMgr.title;"
buttons="cancel,extra1,extra2" buttons="cancel,extra1,extra2"
buttonlabelextra1="&exceptionMgr.exceptionButton;" buttonlabelextra1="&exceptionMgr.exceptionButton.label;"
buttonaccesskeyextra1="&exceptionMgr.exceptionButtonAccess;" buttonaccesskeyextra1="&exceptionMgr.exceptionButton.accesskey;"
style="width: 500px; height: 480px;" style="width: 500px; height: 480px;"
onload="initExceptionDialog();" onload="initExceptionDialog();"
ondialogextra1="addException();" ondialogextra1="addException();"