Bug 1253018 - Rename cache option to mention HTTP. r=bgrins draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Fri, 06 May 2016 11:39:40 -0500
changeset 364409 b597168e02f6468a81a985ce5b0183d119833348
parent 364408 8c4044b1f2c9ece4b8f83e5646fb267b8fc13e77
child 520270 f76c84432cf48d21af58531765dcaef0aa0e5610
push id17442
push userbmo:jryans@gmail.com
push dateFri, 06 May 2016 16:45:06 +0000
reviewersbgrins
bugs1253018
milestone49.0a1
Bug 1253018 - Rename cache option to mention HTTP. r=bgrins MozReview-Commit-ID: GZH2IKaoXCm
devtools/client/framework/toolbox-options.xhtml
devtools/client/locales/en-US/toolbox.dtd
--- a/devtools/client/framework/toolbox-options.xhtml
+++ b/devtools/client/framework/toolbox-options.xhtml
@@ -144,21 +144,21 @@
       <fieldset id="context-options" class="options-groupbox">
         <legend>&options.context.advancedSettings;</legend>
          <label title="&options.showPlatformData.tooltip;">
             <input type="checkbox"
                    id="devtools-show-gecko-data"
                    data-pref="devtools.performance.ui.show-platform-data"/>
             <span>&options.showPlatformData.label;</span>
           </label>
-          <label title="&options.disableCache.tooltip2;">
+          <label title="&options.disableHTTPCache.tooltip;">
             <input type="checkbox"
                    id="devtools-disable-cache"
                    data-pref="devtools.cache.disabled"/>
-            <span>&options.disableCache.label2;</span>
+            <span>&options.disableHTTPCache.label;</span>
           </label>
           <label title="&options.disableJavaScript.tooltip;">
             <input type="checkbox"
                    id="devtools-disable-javascript"/>
             <span>&options.disableJavaScript.label;</span>
           </label>
           <label title="&options.enableServiceWorkersHTTP.tooltip;">
             <input type="checkbox"
--- a/devtools/client/locales/en-US/toolbox.dtd
+++ b/devtools/client/locales/en-US/toolbox.dtd
@@ -126,21 +126,21 @@ values from browser.dtd.  -->
 <!ENTITY options.enableWorkers.tooltip  "Turning this option on will allow the developer tools to debug workers">
 
 <!-- LOCALIZATION NOTE (options.disableJavaScript.label,
   -  options.disableJavaScript.tooltip): This is the options panel label and
   -  tooltip for the checkbox that toggles JavaScript on or off. -->
 <!ENTITY options.disableJavaScript.label     "Disable JavaScript *">
 <!ENTITY options.disableJavaScript.tooltip   "Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten.">
 
-<!-- LOCALIZATION NOTE (options.disableCache.label2,
-  -  options.disableCache.tooltip2): This is the options panel label and
-  -  tooltip for the checkbox that toggles the cache on or off. -->
-<!ENTITY options.disableCache.label2     "Disable Cache (when toolbox is open)">
-<!ENTITY options.disableCache.tooltip2   "Turning this option on will disable the cache for all tabs that have the toolbox open.">
+<!-- LOCALIZATION NOTE (options.disableHTTPCache.label,
+  -  options.disableHTTPCache.tooltip): This is the options panel label and
+  -  tooltip for the checkbox that toggles the HTTP cache on or off. -->
+<!ENTITY options.disableHTTPCache.label     "Disable HTTP Cache (when toolbox is open)">
+<!ENTITY options.disableHTTPCache.tooltip   "Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option.">
 
 <!-- LOCALIZATION NOTE (options.enableServiceWorkersHTTP.label,
   -  options.enableServiceWorkersHTTP.tooltip): This is the options panel label and
   -  tooltip for the checkbox that toggles the service workers testing features on or off. This option enables service workers over HTTP. -->
 <!ENTITY options.enableServiceWorkersHTTP.label     "Enable Service Workers over HTTP (when toolbox is open)">
 <!ENTITY options.enableServiceWorkersHTTP.tooltip   "Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open.">
 
 <!-- LOCALIZATION NOTE (options.selectDefaultTools.label): This is the label for
@@ -228,9 +228,8 @@ Gecko platform symbols">
 <!ENTITY options.sourceeditor.autoclosebrackets.tooltip "Automatically insert closing brackets">
 <!ENTITY options.sourceeditor.expandtab.label           "Indent using spaces">
 <!ENTITY options.sourceeditor.expandtab.tooltip         "Use spaces instead of the tab character">
 <!ENTITY options.sourceeditor.tabsize.label             "Tab size">
 <!ENTITY options.sourceeditor.tabsize.accesskey         "T">
 <!ENTITY options.sourceeditor.keybinding.label          "Keybindings">
 <!ENTITY options.sourceeditor.keybinding.accesskey      "K">
 <!ENTITY options.sourceeditor.keybinding.default.label  "Default">
-