summaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2016-10-07 16:55:58 -0400
committerMatt A. Tobin <email@mattatobin.com>2016-10-07 16:55:58 -0400
commit221660ba05ebe48a1243e977d2d46247804552d0 (patch)
tree653bddf040802d6fbcb72324aa91fa353fa4b082 /browser
parentc5344d6d836e4b09ba2e12d7bac3860c23296959 (diff)
downloadpalemoon-gre-221660ba05ebe48a1243e977d2d46247804552d0.tar.gz
Improve Preferences > Advanced > Certificates and assign a unique accesskey
Diffstat (limited to 'browser')
-rw-r--r--browser/components/preferences/advanced.xul1
-rw-r--r--browser/locales/en-US/chrome/browser/preferences/advanced.dtd5
2 files changed, 4 insertions, 2 deletions
diff --git a/browser/components/preferences/advanced.xul b/browser/components/preferences/advanced.xul
index 99deacf6b..b73bf59b3 100644
--- a/browser/components/preferences/advanced.xul
+++ b/browser/components/preferences/advanced.xul
@@ -344,6 +344,7 @@
<groupbox>
<caption label="&certGroup.label;"/>
+ <description id="CertSelectionDesc" control="certSelection">&certSelection.description;</description>
<radiogroup id="certSelection" orient="horizontal" preftype="string"
preference="security.default_personal_cert"
aria-labelledby="CertSelectionDesc">
diff --git a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
index 554298232..9350a843d 100644
--- a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
+++ b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
@@ -108,7 +108,8 @@
<!ENTITY offlineAppRemove.confirm "Remove offline data">
<!ENTITY certificateTab.label "Certificates">
-<!ENTITY certGroup.label "When a server requests my personal certificate:">
+<!ENTITY certGroup.label "Personal Certificate">
+<!ENTITY certSelection.description "When a server requests my personal certificate:">
<!ENTITY certs.auto "Select one automatically">
<!ENTITY certs.auto.accesskey "l">
<!ENTITY certs.ask "Ask me every time">
@@ -117,7 +118,7 @@
<!ENTITY enableOCSP.label "Use OCSP to confirm the current validity of certificates">
<!ENTITY enableOCSP.accesskey "U">
<!ENTITY requireOCSP.label "When an OCSP server connection fails, treat the certificate as invalid">
-<!ENTITY requireOCSP.accesskey "W">
+<!ENTITY requireOCSP.accesskey "f">
<!ENTITY viewCerts.label "View Certificates">
<!ENTITY viewCerts.accesskey "s">
<!ENTITY viewSecurityDevices.label "Security Devices">