diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 10:22:48 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 10:22:48 +0200 |
commit | 38dc3017a07a701402e2e3a9fce7db6d1741fb68 (patch) | |
tree | f5dd547471e1eb49c34549e6f475b35b5ee449f1 /application/palemoon/locales | |
parent | 76658b96822d7117d42adb5b5c4d20bbf1f6203c (diff) | |
download | UXP-38dc3017a07a701402e2e3a9fce7db6d1741fb68.tar UXP-38dc3017a07a701402e2e3a9fce7db6d1741fb68.tar.gz UXP-38dc3017a07a701402e2e3a9fce7db6d1741fb68.tar.lz UXP-38dc3017a07a701402e2e3a9fce7db6d1741fb68.tar.xz UXP-38dc3017a07a701402e2e3a9fce7db6d1741fb68.zip |
Bug 1220884 - Friendlier string for the notification upgrade UI
Diffstat (limited to 'application/palemoon/locales')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/browser.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |