Bug 1439184 - "Clear All Data" button should read "Clear Data..." instead. r=dao draft
authorJohann Hofmann <jhofmann@mozilla.com>
Sun, 18 Feb 2018 21:04:15 +0100
changeset 756825 df43a4bc413b8c4a20067efe1c044596e5e346fd
parent 755833 994a8d6eccbcdc6106794705bd77e3ac5f031be2
push id99559
push userjhofmann@mozilla.com
push dateSun, 18 Feb 2018 20:05:49 +0000
reviewersdao
bugs1439184
milestone60.0a1
Bug 1439184 - "Clear All Data" button should read "Clear Data..." instead. r=dao MozReview-Commit-ID: 2BaNp9EVLRD
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
@@ -279,17 +279,17 @@
               accesskey="&siteDataSettings.accesskey;"
               searchkeywords="&window.title;
                               &hostCol.label;
                               &statusCol.label;
                               &usageCol.label;"/>
       <button id="clearSiteDataButton"
           class="accessory-button"
           icon="clear"
-          label="&clearSiteData.label;" accesskey="&clearSiteData.accesskey;"/>
+          label="&clearSiteData1.label;" accesskey="&clearSiteData1.accesskey;"/>
     </vbox>
   </hbox>
 </groupbox>
 
 <!-- Tracking -->
 <groupbox id="trackingGroup" data-category="panePrivacy" hidden="true">
   <caption><label>&trackingProtectionHeader2.label;</label></caption>
   <vbox>
--- a/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
+++ b/browser/locales/en-US/chrome/browser/preferences/advanced.dtd
@@ -50,18 +50,18 @@ available. -->
 <!ENTITY networkProxy.label              "Network Proxy">
 
 <!ENTITY connectionSettingsLearnMore.label "Learn more">
 <!ENTITY connectionSettings.label        "Settings…">
 <!ENTITY connectionSettings.accesskey    "e">
 
 <!--  Site Data section manages sites using Storage API and is under Network -->
 <!ENTITY siteData.label                  "Site Data">
-<!ENTITY clearSiteData.label             "Clear All Data">
-<!ENTITY clearSiteData.accesskey         "l">
+<!ENTITY clearSiteData1.label            "Clear Data…">
+<!ENTITY clearSiteData1.accesskey        "l">
 <!ENTITY siteDataSettings.label          "Settings…">
 <!ENTITY siteDataSettings.accesskey      "i">
 <!ENTITY siteDataLearnMoreLink.label     "Learn more">
 
 <!ENTITY updateTab.label                 "Update">
 
 <!-- LOCALIZATION NOTE (updateApplication.label):
   Strings from aboutDialog.dtd are displayed in this section of the preferences.