зеркало из https://github.com/mozilla/gecko-dev.git
Bug 488037: certManager entities should use the .label/.accesskey convention, r=johnath, a=bsmedberg
--HG-- extra : rebase_source : d817fe39ff9df258fa6824b0fdbee0e10947983c
This commit is contained in:
Родитель
8bb5d45783
Коммит
23de54cbc1
|
@ -133,8 +133,8 @@
|
|||
<!ENTITY certmgr.addException.accesskey "x">
|
||||
|
||||
<!ENTITY exceptionMgr.title "Add Security Exception">
|
||||
<!ENTITY exceptionMgr.exceptionButton "Confirm Security Exception">
|
||||
<!ENTITY exceptionMgr.exceptionButtonAccess "C">
|
||||
<!ENTITY exceptionMgr.exceptionButton.label "Confirm Security Exception">
|
||||
<!ENTITY exceptionMgr.exceptionButton.accesskey "C">
|
||||
<!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.url "Location:">
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&exceptionMgr.title;"
|
||||
buttons="cancel,extra1,extra2"
|
||||
buttonlabelextra1="&exceptionMgr.exceptionButton;"
|
||||
buttonaccesskeyextra1="&exceptionMgr.exceptionButtonAccess;"
|
||||
buttonlabelextra1="&exceptionMgr.exceptionButton.label;"
|
||||
buttonaccesskeyextra1="&exceptionMgr.exceptionButton.accesskey;"
|
||||
style="width: 500px; height: 480px;"
|
||||
onload="initExceptionDialog();"
|
||||
ondialogextra1="addException();"
|
||||
|
|
Загрузка…
Ссылка в новой задаче