diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-09-20 21:12:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 21:12:58 +0200 |
commit | 07a50b5c52eddfcc74db9d200b4a2c8f851c3e92 (patch) | |
tree | 20d4a13091798e0dc1a5c0bc98f72d07be660d90 | |
parent | 4f89ce5af980776cdf6900280c0fcf52c70e84c1 (diff) | |
parent | 922c13081febba1afbbdaf6fb79834b48de2fde6 (diff) | |
download | UXP-07a50b5c52eddfcc74db9d200b4a2c8f851c3e92.tar UXP-07a50b5c52eddfcc74db9d200b4a2c8f851c3e92.tar.gz UXP-07a50b5c52eddfcc74db9d200b4a2c8f851c3e92.tar.lz UXP-07a50b5c52eddfcc74db9d200b4a2c8f851c3e92.tar.xz UXP-07a50b5c52eddfcc74db9d200b4a2c8f851c3e92.zip |
Merge pull request #781 from JustOff/PR_fileExecutableSecurityWarning
[PALEMOON] Restore strings mistakenly removed from downloads.properties
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/downloads/downloads.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/downloads/downloads.properties b/application/palemoon/locales/en-US/chrome/browser/downloads/downloads.properties index 2a5b77633..44d9ec90e 100644 --- a/application/palemoon/locales/en-US/chrome/browser/downloads/downloads.properties +++ b/application/palemoon/locales/en-US/chrome/browser/downloads/downloads.properties @@ -67,6 +67,9 @@ shortTimeLeftDays=%1$Sd statusSeparator=%1$S \u2014 %2$S statusSeparatorBeforeNumber=%1$S \u2014 %2$S +fileExecutableSecurityWarning="%S" is an executable file. Executable files may contain viruses or other malicious code that could harm your computer. Use caution when opening this file. Are you sure you want to launch "%S"? +fileExecutableSecurityWarningTitle=Open Executable File? + # LOCALIZATION NOTE (otherDownloads2): # This is displayed in an item at the bottom of the Downloads Panel when # there are more downloads than can fit in the list in the panel. Use a |