diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-17 16:19:57 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-17 16:19:57 +0100 |
commit | ac68f8cf6c0a03a4a190ab2b560b01eeb14fa561 (patch) | |
tree | 718d32ce02382a3090c8a64f946a56a25c791271 /toolkit/locales | |
parent | 4889e6dbbd2e13e778e7a244e7834ffc881e7a80 (diff) | |
download | uxp-ac68f8cf6c0a03a4a190ab2b560b01eeb14fa561.tar.gz |
Issue #1445 - Use the detailed string also in the list entries.
Diffstat (limited to 'toolkit/locales')
-rw-r--r-- | toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties index 5e64e938a4..b98160b535 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties @@ -31,7 +31,7 @@ notification.blocked.link=More Information notification.softblocked=%1$S is known to cause issues. notification.softblocked.link=More Information #LOCALIZATION NOTE (details.notification.compatibility) %1$S is the add-on name, %2$S is brand name -notification.compatibility=%1$S was not designed for %2$S. +notification.compatibility=%1$S was not designed for %2$S. It may not function properly or cease to function. #LOCALIZATION NOTE (notification.outdated) %1$S is the add-on name notification.outdated=An important update is available for %1$S. notification.outdated.link=Update Now |