зеркало из https://github.com/mozilla/gecko-dev.git
bug 385461 - Small improvements to CRL manager window, r=kengert
This commit is contained in:
Родитель
618cf51d1f
Коммит
eb20684b4f
|
@ -42,6 +42,7 @@
|
|||
<!ENTITY validation.managecrls.button "Manage CRLs...">
|
||||
<!ENTITY validation.managecrls.accesskey "M">
|
||||
<!ENTITY validation.crlmanager.label "Manage CRLs">
|
||||
<!ENTITY validation.crlmanager.description "These Certificate Revocation Lists (CRL) are stored in your certificate database:">
|
||||
<!ENTITY validation.crlname.label "Name">
|
||||
<!ENTITY validation.crllastupdate.label "Last Update">
|
||||
<!ENTITY validation.crlnextupdate.label "Next Update">
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<dialog id="crlviewer"
|
||||
title="&validation.crlmanager.label;"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
style="width: 30em;"
|
||||
style="width: 65ch;"
|
||||
onload="onLoad();"
|
||||
buttons="accept"
|
||||
buttonlabelaccept="&certmgr.close.label;"
|
||||
|
@ -61,7 +61,7 @@
|
|||
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
||||
<script type="application/x-javascript" src="chrome://pippki/content/crlManager.js"/>
|
||||
|
||||
<description value="&validation.crlmanager.label;"/>
|
||||
<description value="&validation.crlmanager.description;"/>
|
||||
<separator class="thin"/>
|
||||
<tree id="crltree" style="height: 10em;"
|
||||
onselect="EnableCrlActions()" flex="1">
|
||||
|
|
Загрузка…
Ссылка в новой задаче