Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-22 00:02:39 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-22 00:02:39 (GMT)
commite19b035ed943ae1ce278cb7a306d269b75ae906b (patch)
tree3cadd9671ec8c4da77318b4df7e2cf88c14407b0 /nsis
parent7d1064105959a7f8b02402742fc4735b9ff27b6a (diff)
Completed the integration of the create_nsis_translation.pl script
that does the export of nsis installer strings to translate to the po files.
Diffstat (limited to 'nsis')
-rwxr-xr-xnsis/langmacros.nsh6
1 files changed, 3 insertions, 3 deletions
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