diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-08-27 11:45:13 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-08-27 11:45:13 +0200 |
commit | f6d3d16ac559faba192b24aee2dfdf9f55c50592 (patch) | |
tree | a14ab9edb55d509052fee502af365b184783ca7f /application/palemoon/locales/en-US/installer/custom.properties | |
parent | 2dc1703c09b080b12e81895cafc1113e860cfe9a (diff) | |
download | UXP-f6d3d16ac559faba192b24aee2dfdf9f55c50592.tar UXP-f6d3d16ac559faba192b24aee2dfdf9f55c50592.tar.gz UXP-f6d3d16ac559faba192b24aee2dfdf9f55c50592.tar.lz UXP-f6d3d16ac559faba192b24aee2dfdf9f55c50592.tar.xz UXP-f6d3d16ac559faba192b24aee2dfdf9f55c50592.zip |
Update installer strings for Pale Moon to match toolkit nsis installer.
This resolves #735
Diffstat (limited to 'application/palemoon/locales/en-US/installer/custom.properties')
-rw-r--r-- | application/palemoon/locales/en-US/installer/custom.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/palemoon/locales/en-US/installer/custom.properties b/application/palemoon/locales/en-US/installer/custom.properties index ef29b1e7e..8f95a194b 100644 --- a/application/palemoon/locales/en-US/installer/custom.properties +++ b/application/palemoon/locales/en-US/installer/custom.properties @@ -46,7 +46,9 @@ WARN_MANUALLY_CLOSE_APP_UNINSTALL=$BrandShortName must be closed to proceed with WARN_MANUALLY_CLOSE_APP_LAUNCH=$BrandShortName is already running.\n\nPlease close $BrandShortName prior to launching the version you have just installed. WARN_WRITE_ACCESS=You don't have access to write to the installation directory.\n\nClick OK to select a different directory. WARN_DISK_SPACE=You don't have sufficient disk space to install to this location.\n\nClick OK to select a different location. -WARN_MIN_SUPPORTED_OS_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. +WARN_MIN_SUPPORTED_OSVER_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. +WARN_MIN_SUPPORTED_CPU_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires a processor with ${MinSupportedCPU} support. +WARN_MIN_SUPPORTED_OSVER_CPU_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer and a processor with ${MinSupportedCPU} support. WARN_RESTART_REQUIRED_UNINSTALL=Your computer must be restarted to complete a previous uninstall of $BrandShortName. Do you want to reboot now? WARN_RESTART_REQUIRED_UPGRADE=Your computer must be restarted to complete a previous upgrade of $BrandShortName. Do you want to reboot now? ERROR_CREATE_DIRECTORY_PREFIX=Error creating directory: |