Bug 1440082 - Make string in about:preferences more precise. r?jaws draft
authorMike Conley <mconley@mozilla.com>
Wed, 21 Feb 2018 16:24:15 -0500
changeset 758104 896bdeece9321d86112ac1f5f4ef334f8f76e735
parent 758049 28d364d49f99709bf0b419a58eee856354e022b8
push id99949
push usermconley@mozilla.com
push dateWed, 21 Feb 2018 21:27:32 +0000
reviewersjaws
bugs1440082
milestone60.0a1
Bug 1440082 - Make string in about:preferences more precise. r?jaws MozReview-Commit-ID: GD2o13WA0Mj
browser/components/preferences/in-content/privacy.xul
browser/locales/en-US/chrome/browser/preferences/advanced.dtd
--- a/browser/components/preferences/in-content/privacy.xul
+++ b/browser/components/preferences/in-content/privacy.xul
@@ -571,18 +571,18 @@
     </hbox>
 #endif
 
 #ifdef MOZ_CRASHREPORTER
     <hbox align="center">
       <checkbox id="automaticallySubmitCrashesBox"
                 class="tail-with-learn-more"
                 preference="browser.crashReports.unsubmittedCheck.autoSubmit2"
-                label="&alwaysSubmitCrashReports1.label;"
-                accesskey="&alwaysSubmitCrashReports1.accesskey;"/>
+                label="&sendBackloggedCrashReports.label;"
+                accesskey="&sendBackloggedCrashReports.accesskey;"/>
       <label id="crashReporterLearnMore"
              class="learnMore text-link">&crashReporterLearnMore.label;</label>
     </hbox>
 #endif
   </vbox>
 </groupbox>
 #endif
 
--- a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
+++ b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
@@ -36,18 +36,18 @@ available. -->
 <!ENTITY dataCollection.label            "&brandShortName; Data Collection and Use">
 <!ENTITY dataCollectionDesc.label        "We strive to provide you with choices and collect only what we need to provide and improve &brandShortName; for everyone. We always ask permission before receiving personal information.">
 <!ENTITY dataCollectionPrivacyNotice.label    "Privacy Notice">
 
 <!ENTITY collectBrowserErrors.label          "Allow &brandShortName; to send browser error reports (including error messages) to Mozilla">
 <!ENTITY collectBrowserErrors.accesskey      "b">
 <!ENTITY collectBrowserErrorsLearnMore.label "Learn more">
 
-<!ENTITY alwaysSubmitCrashReports1.label  "Allow &brandShortName; to send crash reports to Mozilla">
-<!ENTITY alwaysSubmitCrashReports1.accesskey "c">
+<!ENTITY sendBackloggedCrashReports.label  "Allow &brandShortName; to send backlogged crash reports on your behalf">
+<!ENTITY sendBackloggedCrashReports.accesskey "c">
 <!ENTITY crashReporterLearnMore.label    "Learn more">
 
 <!ENTITY networkTab.label                "Network">
 
 <!ENTITY networkProxy.label              "Network Proxy">
 
 <!ENTITY connectionSettingsLearnMore.label "Learn more">
 <!ENTITY connectionSettings.label        "Settingsā€¦">