diff --git a/browser/components/preferences/in-content/content.js b/browser/components/preferences/in-content/content.js index 3784e451277f..5ce0c3311576 100644 --- a/browser/components/preferences/in-content/content.js +++ b/browser/components/preferences/in-content/content.js @@ -127,7 +127,7 @@ var gContentPane = { let bundlePreferences = document.getElementById("bundlePreferences"); let params = { permissionType: "desktop-notification" }; params.windowTitle = bundlePreferences.getString("notificationspermissionstitle"); - params.introText = bundlePreferences.getString("notificationspermissionstext3"); + params.introText = bundlePreferences.getString("notificationspermissionstext4"); gSubDialog.open("chrome://browser/content/preferences/permissions.xul", "resizable=yes", params); diff --git a/browser/components/preferences/in-content/content.xul b/browser/components/preferences/in-content/content.xul index 71e0c15fa0fc..89467a5c2d3c 100644 --- a/browser/components/preferences/in-content/content.xul +++ b/browser/components/preferences/in-content/content.xul @@ -70,7 +70,7 @@ - +