[pLog-svn] r3327 - plog/trunk/install

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed May 3 22:17:33 GMT 2006


Author: jondaley
Date: 2006-05-03 22:17:33 +0000 (Wed, 03 May 2006)
New Revision: 3327

Modified:
   plog/trunk/install/installation.class.php
Log:
grammar change

Modified: plog/trunk/install/installation.class.php
===================================================================
--- plog/trunk/install/installation.class.php	2006-05-03 22:09:50 UTC (rev 3326)
+++ plog/trunk/install/installation.class.php	2006-05-03 22:17:33 UTC (rev 3327)
@@ -7,7 +7,7 @@
 	
 		    if ( $config["db_host"] == '' || $config["db_username"] == '' || $config["db_database"] == '' ) {
 		    	// If those parameters are empty
-		    	echo 'LifeType does not install yet, you\'ll have to <font color="red"><b><a href="wizard.php" title="Install LifeType">Install LifeType</a></b></font> first!';
+		    	echo 'LifeType has not been installed yet, you\'ll have to <font color="red"><b><a href="wizard.php" title="Install LifeType">Install LifeType</a></b></font> first!';
 		    } else {
 		    	echo 'The <font color="red"><b>wizard.php</b></font> has to be removed after the installation process. Please remove it first to <font color="green"><b><a href="'.$_SERVER['PHP_SELF'].'" title="'.end( split( "/", $_SERVER['PHP_SELF'] ) ).'">continue</a></b></font>.';
 		    }



More information about the pLog-svn mailing list