[Greater-commits] r3632 - trunk/packaging

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 21 18:06:49 CEST 2011


Author: aheinecke
Date: 2011-07-21 18:06:49 +0200 (Thu, 21 Jul 2011)
New Revision: 3632

Modified:
   trunk/packaging/greater-installer.nsi
Log:
Fix already installed string


Modified: trunk/packaging/greater-installer.nsi
===================================================================
--- trunk/packaging/greater-installer.nsi	2011-07-21 16:02:42 UTC (rev 3631)
+++ trunk/packaging/greater-installer.nsi	2011-07-21 16:06:49 UTC (rev 3632)
@@ -478,9 +478,9 @@
 
 # From Function CheckExistingVersion
 LangString T_AlreadyInstalled ${LANG_ENGLISH} \
-    "has already been installed.$\r$\nDo you want to \
-    it is recommended that you uninstall
-    if before continuing the installation of:$\r$\n\
+    "has already been installed.$\r$\n \
+    It is recommended that you uninstall \
+    it before continuing the installation of:$\r$\n\
     ${productname_short} ${version_date} $\r$\n\
     Do you want to uninstall the old Version of ${productname_short} ?"
 # From Custom Welcome Page



More information about the Greater-commits mailing list