Bug 495577 - Rename the "Permanent Private Browsing mode" checkbox in the Privacy prefpane to better match the surrounding options; r=dao ui-r=faaborg

This commit is contained in:
Ehsan Akhgari 2011-06-03 15:04:52 -04:00
parent 0fc9bbc32c
commit b24e41048e
2 changed files with 4 additions and 4 deletions

View File

@ -187,8 +187,8 @@
<vbox id="historyCustomPane"> <vbox id="historyCustomPane">
<separator class="thin"/> <separator class="thin"/>
<checkbox id="privateBrowsingAutoStart" class="indent" <checkbox id="privateBrowsingAutoStart" class="indent"
label="&privateBrowsingPermanent.label;" label="&privateBrowsingPermanent2.label;"
accesskey="&privateBrowsingPermanent.accesskey;" accesskey="&privateBrowsingPermanent2.accesskey;"
preference="browser.privatebrowsing.autostart"/> preference="browser.privatebrowsing.autostart"/>
<vbox class="indent"> <vbox class="indent">

View File

@ -61,8 +61,8 @@
<!ENTITY dontrememberActions.clearHistory.label "clear all current history"> <!ENTITY dontrememberActions.clearHistory.label "clear all current history">
<!ENTITY dontrememberActions.post.label "."> <!ENTITY dontrememberActions.post.label ".">
<!ENTITY privateBrowsingPermanent.label "Permanent Private Browsing mode"> <!ENTITY privateBrowsingPermanent2.label "Always use private browsing mode">
<!ENTITY privateBrowsingPermanent.accesskey "P"> <!ENTITY privateBrowsingPermanent2.accesskey "p">
<!ENTITY rememberHistory.label "Remember my browsing history"> <!ENTITY rememberHistory.label "Remember my browsing history">
<!ENTITY rememberHistory.accesskey "b"> <!ENTITY rememberHistory.accesskey "b">