diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-05-01 10:09:10 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-05-01 10:09:10 -0400 |
commit | 754796d243fe9cd1a6d26fde4135ccb5d00a0415 (patch) | |
tree | 855fa58bb722cf78a6a01d6b883a599e3e226079 /application/palemoon/locales/en-US/chrome/browser/browser.properties | |
parent | 531a71892f77508fa27aa0cfcd8c802f65f8cfc6 (diff) | |
download | UXP-754796d243fe9cd1a6d26fde4135ccb5d00a0415.tar UXP-754796d243fe9cd1a6d26fde4135ccb5d00a0415.tar.gz UXP-754796d243fe9cd1a6d26fde4135ccb5d00a0415.tar.lz UXP-754796d243fe9cd1a6d26fde4135ccb5d00a0415.tar.xz UXP-754796d243fe9cd1a6d26fde4135ccb5d00a0415.zip |
[PALEMOON] Update error number for webextensions to match the platform
Diffstat (limited to 'application/palemoon/locales/en-US/chrome/browser/browser.properties')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/browser.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index 7f1c88a88..5dd4ba6d6 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -59,7 +59,7 @@ addonError-1=The add-on could not be downloaded because of a connection failure addonError-2=The add-on from #2 could not be installed because it does not match the add-on #3 expected. addonError-3=The add-on downloaded from #2 could not be installed because it appears to be corrupt. addonError-4=#1 could not be installed because #3 cannot modify the needed file. -addonError-5=The add-on downloaded from #2 could not be installed because #3 does not support WebExtensions. +addonError-9=The add-on downloaded from #2 could not be installed because #3 does not support WebExtensions. # LOCALIZATION NOTE (addonLocalError-1, addonLocalError-2, addonLocalError-3, addonLocalError-4, addonErrorIncompatible, addonErrorBlocklisted): # #1 is the add-on name, #3 is the application name, #4 is the application version @@ -67,10 +67,10 @@ addonLocalError-1=This add-on could not be installed because of a filesystem err addonLocalError-2=This add-on could not be installed because it does not match the add-on #3 expected. addonLocalError-3=This add-on could not be installed because it appears to be corrupt. addonLocalError-4=#1 could not be installed because #3 cannot modify the needed file. -addonLocalError-5=This add-on could not be installed because #3 does not support WebExtensions. +addonLocalError-9=This add-on could not be installed because #3 does not support WebExtensions. addonErrorIncompatible=#1 could not be installed because it is not compatible with #3 #4. addonErrorBlocklisted=#1 could not be installed because it has a high risk of causing stability or security problems. -addonErrorJetSDK=#1 could not be installed because it is a Jetpack/SDK extension which are not supported in #3 #4. + # LOCALIZATION NOTE (lwthemeInstallRequest.message): %S will be replaced with # the host name of the site. |