Bug 1391610 - Rename savedLoginsExceptions_desc2 as savedLoginsExceptions_desc3 since we updated the string in Bug 1382135 without changing the ID. draft
authorEvan Tseng <evan@tseng.io>
Tue, 12 Sep 2017 18:13:28 +0800
changeset 662983 14d5ef598a347439daacfa9270f158118d46a0fb
parent 662738 bda524beac249b64aa36016800502a34073bf35a
child 731042 403f0a75cafb410b145a11b685375bc3a7827d8d
push id79264
push userbmo:evan@tseng.io
push dateTue, 12 Sep 2017 10:13:58 +0000
bugs1391610, 1382135
milestone57.0a1
Bug 1391610 - Rename savedLoginsExceptions_desc2 as savedLoginsExceptions_desc3 since we updated the string in Bug 1382135 without changing the ID. MozReview-Commit-ID: DBf6QINKTTz
browser/components/preferences/in-content/privacy.js
browser/locales/en-US/chrome/browser/preferences/preferences.properties
--- a/browser/components/preferences/in-content/privacy.js
+++ b/browser/components/preferences/in-content/privacy.js
@@ -254,17 +254,17 @@ var gPrivacyPane = {
     setEventListener("submitHealthReportBox", "command",
       gPrivacyPane.updateSubmitHealthReport);
     this._initA11yState();
     let bundlePrefs = document.getElementById("bundlePreferences");
     let signonBundle = document.getElementById("signonBundle");
     let pkiBundle = document.getElementById("pkiBundle");
     appendSearchKeywords("passwordExceptions", [
       bundlePrefs.getString("savedLoginsExceptions_title"),
-      bundlePrefs.getString("savedLoginsExceptions_desc2"),
+      bundlePrefs.getString("savedLoginsExceptions_desc3"),
     ]);
     appendSearchKeywords("showPasswords", [
       signonBundle.getString("loginsDescriptionAll2"),
     ]);
     appendSearchKeywords("cookieExceptions", [
       bundlePrefs.getString("cookiepermissionstext"),
     ]);
     appendSearchKeywords("showCookiesButton", [
@@ -954,17 +954,17 @@ var gPrivacyPane = {
     var params = {
       blockVisible: true,
       sessionVisible: false,
       allowVisible: false,
       hideStatusColumn: true,
       prefilledHost: "",
       permissionType: "login-saving",
       windowTitle: bundlePrefs.getString("savedLoginsExceptions_title"),
-      introText: bundlePrefs.getString("savedLoginsExceptions_desc2")
+      introText: bundlePrefs.getString("savedLoginsExceptions_desc3")
     };
 
     gSubDialog.open("chrome://browser/content/preferences/permissions.xul",
       null, params);
   },
 
   /**
    * Initializes master password UI: the "use master password" checkbox, selects
--- a/browser/locales/en-US/chrome/browser/preferences/preferences.properties
+++ b/browser/locales/en-US/chrome/browser/preferences/preferences.properties
@@ -33,17 +33,17 @@ locationpermissionstext=The following we
 locationpermissionstitle=Settings - Location Permissions
 camerapermissionstext=The following websites have requested to access your camera. You can specify which websites are allowed to access your camera.
 camerapermissionstitle=Settings - Camera Permissions
 microphonepermissionstext=The following websites have requested to access your microphone. You can specify which websites are allowed to access your microphone.
 microphonepermissionstitle=Settings - Microphone Permissions
 invalidURI=Please enter a valid hostname
 invalidURITitle=Invalid Hostname Entered
 savedLoginsExceptions_title=Exceptions - Saved Logins
-savedLoginsExceptions_desc2=Logins for the following websites will not be saved
+savedLoginsExceptions_desc3=Logins for the following websites will not be saved
 
 #### Block List Manager
 
 blockliststext=You can choose which list Firefox will use to block Web elements that may track your browsing activity.
 blockliststitle=Block Lists
 # LOCALIZATION NOTE (mozNameTemplate): This template constructs the name of the
 # block list in the block lists dialog. It combines the list name and
 # description.