From e19b035ed943ae1ce278cb7a306d269b75ae906b Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Wed, 22 Jul 2009 00:02:39 +0000 Subject: Completed the integration of the create_nsis_translation.pl script that does the export of nsis installer strings to translate to the po files. --- (limited to 'nsis') diff --git a/nsis/langmacros.nsh b/nsis/langmacros.nsh index 0dfdd97..4a6b46e 100755 --- a/nsis/langmacros.nsh +++ b/nsis/langmacros.nsh @@ -29,11 +29,11 @@ ; String labels should match those from the default language file. ; Startup checks - !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT InstallerIsRunning ${CUR_LANG} - !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GcomprisIsRunning ${CUR_LANG} + !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT InstallerIsRunning ${CUR_LANG} + !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GcomprisIsRunning ${CUR_LANG} ; License Page - !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GcomprisLicenseButton ${CUR_LANG} + !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GcomprisLicenseButton ${CUR_LANG} !insertmacro GCOMPRIS_MACRO_LANGSTRING_INSERT GcomprisLicenseBottomText ${CUR_LANG} ; Installer Finish Page -- cgit v0.9.1