Bug 387480, Support network-fetched cert import in Web Sites tab of Cert Mgr
Follow up patch to rename "Internet Site(s)" to "Server(s)" in new dialog and cert manager r=rrelyea, blocking1.9=beltzner git-svn-id: svn://10.0.0.236/trunk@237189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9eaeb84f0c
commit
9df4d2ca5f
@ -39,7 +39,7 @@
|
||||
|
||||
<!ENTITY certmgr.tab.mine "Your Certificates">
|
||||
<!ENTITY certmgr.tab.others "Other People's">
|
||||
<!ENTITY certmgr.tab.websites2 "Internet Sites">
|
||||
<!ENTITY certmgr.tab.websites3 "Servers">
|
||||
<!ENTITY certmgr.tab.ca "Authorities">
|
||||
<!ENTITY certmgr.tab.orphan "Extra">
|
||||
|
||||
@ -134,7 +134,7 @@
|
||||
<!ENTITY exceptionMgr.title "Add Security Exception">
|
||||
<!ENTITY exceptionMgr.exceptionButton "Confirm Security Exception">
|
||||
<!ENTITY exceptionMgr.supplementalWarning "Legitimate banks, stores, and other public sites will not ask you to do this.">
|
||||
<!ENTITY exceptionMgr.certlocation.caption "Internet Site">
|
||||
<!ENTITY exceptionMgr.certlocation.caption2 "Server">
|
||||
<!ENTITY exceptionMgr.certlocation.url "Location:">
|
||||
<!ENTITY exceptionMgr.certlocation.download "Get Certificate">
|
||||
<!ENTITY exceptionMgr.certstatus.caption "Certificate Status">
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
<tabs id="certMgrTabbox">
|
||||
<tab id="mine_tab" label="&certmgr.tab.mine;"/>
|
||||
<tab id="others_tab" label="&certmgr.tab.others;"/>
|
||||
<tab id="websites_tab" label="&certmgr.tab.websites2;"/>
|
||||
<tab id="websites_tab" label="&certmgr.tab.websites3;"/>
|
||||
<!-- FIXME Add selected="true" to ca_tab when 373525 gets fixed. -->
|
||||
<tab id="ca_tab" label="&certmgr.tab.ca;"/>
|
||||
<tab id="orphan_tab" label="&certmgr.tab.orphan;"/>
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
</hbox>
|
||||
|
||||
<groupbox id="locationGroupBox">
|
||||
<caption label="&exceptionMgr.certlocation.caption;"/>
|
||||
<caption label="&exceptionMgr.certlocation.caption2;"/>
|
||||
<hbox align="center">
|
||||
<label control="locationTextBox" value="&exceptionMgr.certlocation.url;"/>
|
||||
<textbox id="locationTextBox" flex="1" oninput="handleTextChange();" value="https://"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user