diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-04-06 14:42:38 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-04-06 14:42:38 +0200 |
commit | 6555221077d9805913dde0c41b51d2063ff1db50 (patch) | |
tree | 600726a531979358fd654fd8a12fe03cb71cffb8 /packaging | |
parent | 2078854480ccd0216f730c0eb9d9b5acabf1fc24 (diff) | |
download | mana-6555221077d9805913dde0c41b51d2063ff1db50.tar.gz mana-6555221077d9805913dde0c41b51d2063ff1db50.tar.bz2 mana-6555221077d9805913dde0c41b51d2063ff1db50.tar.xz mana-6555221077d9805913dde0c41b51d2063ff1db50.zip |
Removed unsufficiently translated po files from build and release.
I also removed the fact to tell the number of language provided
as it's useless and harder to maintain.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/setup.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 390bfb56..8bb30260 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -262,7 +262,7 @@ SectionEnd !insertmacro MUI_DESCRIPTION_TEXT ${SecCore} "The core program files." !insertmacro MUI_DESCRIPTION_TEXT ${SecMusic} "Background music. (If selected the 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 |