Bug 1332373 - Make backlogged crash report submission preference label clearer in about:tabcrashed. r?flod draft
authorMike Conley <mconley@mozilla.com>
Thu, 19 Jan 2017 13:32:40 -0500
changeset 463732 f10c5bd99c70f671eda87a55a601441b11c2f399
parent 463681 a3978751f45108ff1ae002ecebdc0fa23fc52b84
child 542762 34380e11b0b24a219c2bfa60d0d4cb8579c79311
push id42161
push usermconley@mozilla.com
push dateThu, 19 Jan 2017 18:33:13 +0000
reviewersflod
bugs1332373
milestone53.0a1
Bug 1332373 - Make backlogged crash report submission preference label clearer in about:tabcrashed. r?flod MozReview-Commit-ID: Jq2p8zYyLYL
browser/base/content/aboutTabCrashed.xhtml
browser/locales/en-US/chrome/browser/aboutTabCrashed.dtd
--- a/browser/base/content/aboutTabCrashed.xhtml
+++ b/browser/base/content/aboutTabCrashed.xhtml
@@ -71,17 +71,17 @@
             <input type="text" id="email" placeholder="&tabCrashed.emailPlaceholder;"/>
           </li>
         </ul>
 
         <div id="requestAutoSubmit" hidden="true">
           <h2>&tabCrashed.requestAutoSubmit2;</h2>
           <div class="checkbox-with-label">
             <input type="checkbox" id="autoSubmit"/>
-            <label for="autoSubmit">&tabCrashed.autoSubmit;</label>
+            <label for="autoSubmit">&tabCrashed.autoSubmit2;</label>
           </div>
         </div>
       </div>
 
       <p id="reportSent">&tabCrashed.reportSent;</p>
 
       <div class="button-container">
         <button id="closeTab">
--- a/browser/locales/en-US/chrome/browser/aboutTabCrashed.dtd
+++ b/browser/locales/en-US/chrome/browser/aboutTabCrashed.dtd
@@ -22,9 +22,9 @@
 <!ENTITY tabCrashed.requestReport "Report this tab">
 <!ENTITY tabCrashed.sendReport2 "Send a crash report for the tab you are viewing">
 <!ENTITY tabCrashed.commentPlaceholder2 "Optional comments (comments are publicly visible)">
 <!ENTITY tabCrashed.includeURL2 "Include page URL with this crash report">
 <!ENTITY tabCrashed.emailPlaceholder "Enter your email address here">
 <!ENTITY tabCrashed.emailMe "Email me when more information is available">
 <!ENTITY tabCrashed.reportSent "Crash report already submitted; thank you for helping make &brandShortName; better!">
 <!ENTITY tabCrashed.requestAutoSubmit2 "Report background tabs">
-<!ENTITY tabCrashed.autoSubmit "Update preferences to automatically submit backlogged crash reports (and get fewer messages like this from us in the future)">
\ No newline at end of file
+<!ENTITY tabCrashed.autoSubmit2 "Update preferences to automatically send crash reports, including reports for crashed background tabs from this session and future sessions">