Bug 1328907 - Correct a string in about:tabcrashed. r?flod draft
authorMike Conley <mconley@mozilla.com>
Thu, 05 Jan 2017 11:23:52 -0500
changeset 456429 a4ea32364323a60c0d0047525a5da3ee800b0685
parent 456417 b548da4e16f067e5b69349376e37b2db97983cf7
child 541218 1ebc869224ac13889065733c6f8067b099208e91
push id40487
push usermconley@mozilla.com
push dateThu, 05 Jan 2017 16:24:28 +0000
reviewersflod
bugs1328907
milestone53.0a1
Bug 1328907 - Correct a string in about:tabcrashed. r?flod MozReview-Commit-ID: AxLeIDeWDV
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
@@ -68,17 +68,17 @@
               <input type="checkbox" id="emailMe"/>
               <label for="emailMe">&tabCrashed.emailMe;</label>
             </div>
             <input type="text" id="email" placeholder="&tabCrashed.emailPlaceholder;"/>
           </li>
         </ul>
 
         <div id="requestAutoSubmit" hidden="true">
-          <h2>&tabCrashed.requestAutoSubmit;</h2>
+          <h2>&tabCrashed.requestAutoSubmit2;</h2>
           <div class="checkbox-with-label">
             <input type="checkbox" id="autoSubmit"/>
             <label for="autoSubmit">&tabCrashed.autoSubmit;</label>
           </div>
         </div>
       </div>
 
       <p id="reportSent">&tabCrashed.reportSent;</p>
--- a/browser/locales/en-US/chrome/browser/aboutTabCrashed.dtd
+++ b/browser/locales/en-US/chrome/browser/aboutTabCrashed.dtd
@@ -21,10 +21,10 @@
 <!ENTITY tabCrashed.requestHelpMessage "Crash reports help us diagnose problems and make &brandShortName; better.">
 <!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.requestAutoSubmit "Request background tabs">
+<!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