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
Родитель 8bb5d45783
Коммит 23de54cbc1
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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();"