diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 06:35:22 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-27 11:57:01 +0200 |
commit | 0c150945dcc9845ae6cc5c4f549875811debbc63 (patch) | |
tree | 5027fd3e0ce8d970495c437a5731f3ed30a56010 | |
parent | 0fb23389f51ef0f1faddd05975159e3be14181bc (diff) | |
download | UXP-0c150945dcc9845ae6cc5c4f549875811debbc63.tar UXP-0c150945dcc9845ae6cc5c4f549875811debbc63.tar.gz UXP-0c150945dcc9845ae6cc5c4f549875811debbc63.tar.lz UXP-0c150945dcc9845ae6cc5c4f549875811debbc63.tar.xz UXP-0c150945dcc9845ae6cc5c4f549875811debbc63.zip |
Revert "Issue #1445 - Use the detailed string also in the list entries."
This reverts commit ac68f8cf6c0a03a4a190ab2b560b01eeb14fa561.
-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 b98160b53..5e64e938a 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. It may not function properly or cease to function. +notification.compatibility=%1$S was not designed for %2$S. #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 |