Author: Zero3
Date: 2009-01-23 13:49:13 +0000 (Fri, 23 Jan 2009)
New Revision: 25237

Modified:
   trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk
   trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk
Log:
More vista text wrapping fixes

Modified: trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk 2009-01-23 
12:59:47 UTC (rev 25236)
+++ trunk/apps/wininstaller/src_freenethelpers/FreenetStart.ahk 2009-01-23 
13:49:13 UTC (rev 25237)
@@ -28,7 +28,7 @@
 ;
 If not (A_IsAdmin)
 {
-       PopupErrorMessage("Freenet start script requires administrator 
privileges to start the Freenet service.`nPlease make sure that your user 
account has administrative access to the system,`nand the start script is 
executed with access to use these privileges.")
+       PopupErrorMessage("Freenet start script requires administrator 
privileges to start the Freenet service. Please make sure that your user 
account has administrative access to the system, and the start script is 
executed with access to use these privileges.")
        ExitApp, 1
 }
 
@@ -37,7 +37,7 @@
 ;
 IfNotExist, installid.dat
 {
-       PopupErrorMessage("Freenet start script was unable to find the 
installid.dat ID file.`n`nMake sure that you are running Freenet start script 
from the 'bin' folder of a Freenet installation directory.`nIf you are already 
doing so, please report this error message to the developers.")
+       PopupErrorMessage("Freenet start script was unable to find the 
installid.dat ID file.`n`nMake sure that you are running Freenet start script 
from the 'bin' folder of a Freenet installation directory. If you are already 
doing so, please report this error message to the developers.")
        ExitApp, 1
 }
 

Modified: trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk
===================================================================
--- trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk  2009-01-23 
12:59:47 UTC (rev 25236)
+++ trunk/apps/wininstaller/src_freenethelpers/FreenetStop.ahk  2009-01-23 
13:49:13 UTC (rev 25237)
@@ -28,7 +28,7 @@
 ;
 If not (A_IsAdmin)
 {
-       PopupErrorMessage("Freenet stop script requires administrator 
privileges to start the Freenet service.`nPlease make sure that your user 
account has administrative access to the system,`nand the stop script is 
executed with access to use these privileges.")
+       PopupErrorMessage("Freenet stop script requires administrator 
privileges to start the Freenet service. Please make sure that your user 
account has administrative access to the system, and the stop script is 
executed with access to use these privileges.")
        ExitApp, 1
 }
 
@@ -37,7 +37,7 @@
 ;
 IfNotExist, installid.dat
 {
-       PopupErrorMessage("Freenet stop script was unable to find the 
installid.dat ID file.`n`nMake sure that you are running Freenet stop script 
from the 'bin' folder of a Freenet installation directory.`nIf you are already 
doing so, please report this error message to the developers.")
+       PopupErrorMessage("Freenet stop script was unable to find the 
installid.dat ID file.`n`nMake sure that you are running Freenet stop script 
from the 'bin' folder of a Freenet installation directory. If you are already 
doing so, please report this error message to the developers.")
        ExitApp, 1
 }
 

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to