Bug 495577 - Rename the "Automatically start Firefox in a private browsing session" checkbox in privacy prefpane to cause less confusion; r=dao
--- a/browser/components/preferences/privacy.xul
+++ b/browser/components/preferences/privacy.xul
@@ -173,18 +173,18 @@
>&dontrememberActions.clearHistory.label;</html:a>&dontrememberActions.post.label;</description>
</vbox>
<spacer flex="1" class="indent"/>
</hbox>
</vbox>
<vbox id="historyCustomPane">
<separator class="thin"/>
<checkbox id="privateBrowsingAutoStart" class="indent"
- label="&privateBrowsingAutoStart.label;"
- accesskey="&privateBrowsingAutoStart.accesskey;"
+ label="&privateBrowsingPermanent.label;"
+ accesskey="&privateBrowsingPermanent.accesskey;"
preference="browser.privatebrowsing.autostart"/>
<vbox class="indent">
<vbox class="indent">
<hbox align="center">
<checkbox id="rememberHistoryDays"
label="&rememberHistory.pre.label;"
accesskey="&rememberHistory.pre.accesskey;"
--- a/browser/locales/en-US/chrome/browser/preferences/privacy.dtd
+++ b/browser/locales/en-US/chrome/browser/preferences/privacy.dtd
@@ -7,20 +7,20 @@
<!ENTITY locbar.post.label "">
<!ENTITY locbar.both.label "History and Bookmarks">
<!ENTITY locbar.history.label "History">
<!ENTITY locbar.bookmarks.label "Bookmarks">
<!ENTITY locbar.nothing.label "Nothing">
<!ENTITY acceptCookies.label "Accept cookies from sites">
-<!ENTITY acceptCookies.accesskey "c">
+<!ENTITY acceptCookies.accesskey "A">
<!ENTITY acceptThirdParty.label "Accept third-party cookies">
-<!ENTITY acceptThirdParty.accesskey "p">
+<!ENTITY acceptThirdParty.accesskey "c">
<!ENTITY keepUntil.label "Keep until:">
<!ENTITY keepUntil.accesskey "K">
<!ENTITY expire.label "they expire">
<!ENTITY close.label "I close &brandShortName;">
<!ENTITY askEachTime.label "ask me every time">
@@ -52,18 +52,18 @@
<!ENTITY dontrememberDescription.label "&brandShortName; will use the same settings as private browsing, and will not remember any history as you browse the Web.">
<!-- LOCALIZATION NOTE (dontrememberActions.pre.label): include a trailing space as needed -->
<!-- LOCALIZATION NOTE (dontrememberActions.post.label): include a starting space as needed -->
<!ENTITY dontrememberActions.pre.label "You may also want to ">
<!ENTITY dontrememberActions.clearHistory.label "clear all current history">
<!ENTITY dontrememberActions.post.label ".">
-<!ENTITY privateBrowsingAutoStart.label "Automatically start &brandShortName; in a private browsing session">
-<!ENTITY privateBrowsingAutoStart.accesskey "A">
+<!ENTITY privateBrowsingPermanent.label "Permanent Private Browsing mode">
+<!ENTITY privateBrowsingPermanent.accesskey "P">
<!-- LOCALIZATION NOTE:
The entities rememberHistory.pre.label and rememberHistory.post.label appear on a single
line in preferences as follows:
&rememberHistory.pre.label [ textbox for number of days ] &rememberHistory.post.label;
-->
<!ENTITY rememberHistory.pre.label "Remember my browsing history for at least">