chiark / gitweb /
Typo in Windows installer message.
authorOwen S. Dunn <osd1000@tacitus.greenend.org.uk>
Tue, 1 Jun 2010 20:26:06 +0000 (21:26 +0100)
committerOwen S. Dunn <osd1000@tacitus.greenend.org.uk>
Tue, 1 Jun 2010 20:26:06 +0000 (21:26 +0100)
src/winsetup.nsi

index 333e0425befda8a574613782500adf6e85477558..86da9420043da80a72d81b75d28f235d59cceedd 100644 (file)
@@ -51,7 +51,7 @@ IfFileExists $YPPDIR\java 0 NoYPPJ15
 Abort "YPP currently using internal Java 1.5.  You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer."
 NoYPPJ15:
 IfFileExists $YPPDIR\java_vm 0 NOYPPJ16
-Abort "YPP currently using internal Java 1.5.  You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer."
+Abort "YPP currently using internal Java 1.6.  You will need to uninstall Puzzle Pirates and then reinstall it before rerunning this installer."
 NoYPPJ16:
 DetailPrint "Found YPP in $YPPDIR"
 FunctionEnd