[rkward-cvs] SF.net SVN: rkward-code:[4884] trunk/rkward/windows_nsis/installer.nsi

m-eik at users.sf.net m-eik at users.sf.net
Tue Oct 7 15:08:46 UTC 2014


Revision: 4884
          http://sourceforge.net/p/rkward/code/4884
Author:   m-eik
Date:     2014-10-07 15:08:45 +0000 (Tue, 07 Oct 2014)
Log Message:
-----------
typos

Modified Paths:
--------------
    trunk/rkward/windows_nsis/installer.nsi

Modified: trunk/rkward/windows_nsis/installer.nsi
===================================================================
--- trunk/rkward/windows_nsis/installer.nsi	2014-10-07 15:03:02 UTC (rev 4883)
+++ trunk/rkward/windows_nsis/installer.nsi	2014-10-07 15:08:45 UTC (rev 4884)
@@ -226,8 +226,8 @@
 Function RHomeLeave
 	${If} $RHomeOk != "yes"
 		Messagebox MB_YESNO|MB_ICONSTOP \
-			"$FileSelectCurrent does not qualify as the directory of the R installation to use.$\r$\nEither R is not installed, there at all, or the installed version is to old.$\r$\n \
-			If you think you now what you are doing, click $\"Yes$\" to continue with the installation, anyway. Otherwise click $\"No$\".$\r$\n$\r$\n \
+			"$FileSelectCurrent does not qualify as the directory of the R installation to use.$\r$\nEither R is not installed, there at all, or the installed version is too old.$\r$\n \
+			If you think you know what you are doing, click $\"Yes$\" to continue with the installation, anyway. Otherwise click $\"No$\".$\r$\n$\r$\n \
 			Continue with the current settings?" \
 			/SD IDNO IDYES next IDNO stop
 		stop:
@@ -275,7 +275,7 @@
 	${If} $KDEPrefixOk != "yes"
 		Messagebox MB_YESNO|MB_ICONSTOP \
 			"$FileSelectCurrent does not seem to contain a (valid) KDE installation.$\r$\n \
-			If you think you now what you are doing, click $\"Yes$\" to continue with the installation, anyway. Otherwise click $\"No$\".$\r$\n$\r$\n \
+			If you think you know what you are doing, click $\"Yes$\" to continue with the installation, anyway. Otherwise click $\"No$\".$\r$\n$\r$\n \
 			Continue with the current settings?" \
 			/SD IDNO IDYES next IDNO stop
 		stop:





More information about the rkward-tracker mailing list