Bug 1404318 - Remove redundant colon sign in preferences/sanitize.xul r?jaws draft
authorRicky Chien <ricky060709@gmail.com>
Sun, 01 Oct 2017 18:18:19 +0800
changeset 673173 3a324bf12f06e065818132b20a22a2d3ad2fcc7d
parent 673124 41286177c59c74ec37961b1edea34cc90d6f6dc5
child 734022 8799465e2d20946f50239e0c8677813fab2e2b5e
push id82484
push userbmo:rchien@mozilla.com
push dateMon, 02 Oct 2017 02:06:45 +0000
reviewersjaws
bugs1404318
milestone58.0a1
Bug 1404318 - Remove redundant colon sign in preferences/sanitize.xul r?jaws MozReview-Commit-ID: EyiLhnHEAPq
browser/components/preferences/in-content/privacy.xul
browser/components/preferences/sanitize.xul
browser/locales/en-US/chrome/browser/sanitize.dtd
--- a/browser/components/preferences/in-content/privacy.xul
+++ b/browser/components/preferences/in-content/privacy.xul
@@ -380,17 +380,17 @@
                       accesskey="&clearOnClose.accesskey;"
                       flex="1" />
             <!-- Please don't remove the wrapping hbox/vbox/box for these elements. It's used to properly compute the search tooltip position. -->
             <hbox>
               <button id="clearDataSettings"
                       class="accessory-button"
                       label="&clearOnCloseSettings.label;"
                       accesskey="&clearOnCloseSettings.accesskey;"
-                      searchkeywords="&clearDataSettings2.label;
+                      searchkeywords="&clearDataSettings3.label;
                                       &historySection.label;
                                       &itemHistoryAndDownloads.label;
                                       &itemCookies.label;
                                       &itemActiveLogins.label;
                                       &itemCache.label;
                                       &itemFormSearchHistory.label;
                                       &dataSection.label;
                                       &itemSitePreferences.label;
--- a/browser/components/preferences/sanitize.xul
+++ b/browser/components/preferences/sanitize.xul
@@ -37,17 +37,17 @@
       <preference id="privacy.clearOnShutdown.downloads"             name="privacy.clearOnShutdown.downloads"             type="bool"/>
       <preference id="privacy.clearOnShutdown.cookies"               name="privacy.clearOnShutdown.cookies"               type="bool"/>
       <preference id="privacy.clearOnShutdown.cache"                 name="privacy.clearOnShutdown.cache"                 type="bool"/>
       <preference id="privacy.clearOnShutdown.offlineApps"           name="privacy.clearOnShutdown.offlineApps"           type="bool"/>
       <preference id="privacy.clearOnShutdown.sessions"              name="privacy.clearOnShutdown.sessions"              type="bool"/>
       <preference id="privacy.clearOnShutdown.siteSettings"          name="privacy.clearOnShutdown.siteSettings"          type="bool"/>
     </preferences>
 
-    <description>&clearDataSettings2.label;</description>
+    <description>&clearDataSettings3.label;</description>
 
     <groupbox orient="horizontal">
       <caption><label>&historySection.label;</label></caption>
       <grid flex="1">
         <columns>
           <column dialogWidth="&sanitizePrefs2.column.width;"
                   subdialogWidth="&sanitizePrefs2.inContent.column.width;"/>
           <column flex="1"/>
--- a/browser/locales/en-US/chrome/browser/sanitize.dtd
+++ b/browser/locales/en-US/chrome/browser/sanitize.dtd
@@ -16,17 +16,17 @@
      or at half of the dialog width if unsure. -->
 <!ENTITY sanitizePrefs2.inContent.dialog.width "34em">
 <!ENTITY sanitizePrefs2.inContent.column.width "24em">
 
 <!ENTITY sanitizeDialog2.title         "Clear Recent History">
 <!-- LOCALIZATION NOTE (sanitizeDialog2.width): width of the Clear Recent History dialog -->
 <!ENTITY sanitizeDialog2.width         "34em">
 
-<!ENTITY clearDataSettings2.label     "When I quit &brandShortName;, it should automatically clear all:">
+<!ENTITY clearDataSettings3.label     "When I quit &brandShortName;, it should automatically clear all">
 
 <!-- XXX rearrange entities to match physical layout when l10n isn't an issue -->
 <!-- LOCALIZATION NOTE (clearTimeDuration.*): "Time range to clear" dropdown.
      See UI mockup at bug 480169 -->
 <!ENTITY clearTimeDuration.label          "Time range to clear: ">
 <!ENTITY clearTimeDuration.accesskey      "T">
 <!ENTITY clearTimeDuration.lastHour       "Last Hour">
 <!ENTITY clearTimeDuration.last2Hours     "Last Two Hours">