From 38dc3017a07a701402e2e3a9fce7db6d1741fb68 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 26 Apr 2018 10:22:48 +0200 Subject: Bug 1220884 - Friendlier string for the notification upgrade UI --- application/palemoon/components/nsBrowserGlue.js | 2 +- application/palemoon/locales/en-US/chrome/browser/browser.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'application') diff --git a/application/palemoon/components/nsBrowserGlue.js b/application/palemoon/components/nsBrowserGlue.js index 9d7e989a2..6bac1d223 100644 --- a/application/palemoon/components/nsBrowserGlue.js +++ b/application/palemoon/components/nsBrowserGlue.js @@ -1416,7 +1416,7 @@ BrowserGlue.prototype = { } let imageURL = "chrome://browser/skin/web-notifications-icon.svg"; let title = gBrowserBundle.GetStringFromName("webNotifications.upgradeTitle"); - let text = gBrowserBundle.GetStringFromName("webNotifications.upgradeInfo"); + let text = gBrowserBundle.GetStringFromName("webNotifications.upgradeBody"); let url = Services.urlFormatter.formatURLPref("browser.push.warning.infoURL"); try { diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index 30d4235e2..2468f3c48 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -306,8 +306,8 @@ webNotifications.neverShow.accesskey=N webNotifications.showFromSite=Would you like to show notifications from %S? # LOCALIZATION NOTE (webNotifications.upgradeTitle): When using native notifications on OS X, the title may be truncated around 32 characters. webNotifications.upgradeTitle=Upgraded notifications -# LOCALIZATION NOTE (webNotifications.upgradeInfo): When using native notifications on OS X, the body may be truncated around 100 characters in some views. -webNotifications.upgradeInfo=You will receive notifications from sites, even those not open in a tab. Click to learn more. +# LOCALIZATION NOTE (webNotifications.upgradeBody): When using native notifications on OS X, the body may be truncated around 100 characters in some views. +webNotifications.upgradeBody=You can now receive notifications from sites that are not currently loaded. Click to learn more. # Pointer lock UI -- cgit v1.2.3