Fix spacing mismatch for Push

This commit is contained in:
Daniel Ahn 2018-07-20 15:09:19 -07:00
parent f2acc3d76b
commit db1cfd12f0

View File

@ -245,11 +245,11 @@ NSIS_SCRIPT_TEMPLATE = r"""
Push English Push English
Push $${LANG_POLISH} Push $${LANG_POLISH}
Push Polski Push Polski
Push $${LANG_RUSSIAN} Push $${LANG_RUSSIAN}
Push Русский Push Русский
Push $${LANG_GERMAN} Push $${LANG_GERMAN}
Push Deutsch Push Deutsch
Push $${LANG_ITALIAN} Push $${LANG_ITALIAN}
Push Italiano Push Italiano
Push A ; A means auto count languages Push A ; A means auto count languages
LangDLL::LangDialog "Language Selection" "Please select the language of Syncplay and the installer" LangDLL::LangDialog "Language Selection" "Please select the language of Syncplay and the installer"