diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-06 15:23:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-06 19:13:56 +0300 |
commit | 8746e07ec7c6506446d8ad506ca24cd727483d03 (patch) | |
tree | cbaf185e5ff02e5f4f043d68ab6d780428cdb653 /packaging/windows/setup.nsi | |
parent | 00eaa9e7f3c1a5c1248d919a74f7784d716d58a0 (diff) | |
download | plus-8746e07ec7c6506446d8ad506ca24cd727483d03.tar.gz plus-8746e07ec7c6506446d8ad506ca24cd727483d03.tar.bz2 plus-8746e07ec7c6506446d8ad506ca24cd727483d03.tar.xz plus-8746e07ec7c6506446d8ad506ca24cd727483d03.zip |
Changed build options in nightly scripts.
Diffstat (limited to 'packaging/windows/setup.nsi')
-rw-r--r-- | packaging/windows/setup.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 43c152542..7f30702bc 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -283,9 +283,9 @@ SectionEnd !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "The core program files." !insertmacro MUI_DESCRIPTION_TEXT ${SecShortcuts} "Create game shortcuts." - !insertmacro MUI_DESCRIPTION_TEXT ${SecMusic} "Background music. (If selected the music will be downloaded from the internet.)" + !insertmacro MUI_DESCRIPTION_TEXT ${SecMusic} "Background tmw music. (If selected the tmw music will be downloaded from the internet.)" !insertmacro MUI_DESCRIPTION_TEXT ${SecPortable} "Portable client. (If selected client will work as portable client.)" - !insertmacro MUI_DESCRIPTION_TEXT ${SecTrans} "Translations for the user interface into 23 different languages. Uncheck this component to leave it in English." + !insertmacro MUI_DESCRIPTION_TEXT ${SecTrans} "Translations for the user interface. Uncheck this component to leave it in English." !insertmacro MUI_FUNCTION_DESCRIPTION_END |