[pLog-svn] r5510 - plog/branches/lifetype-1.2

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jun 7 16:30:54 EDT 2007


Author: oscar
Date: 2007-06-07 16:30:54 -0400 (Thu, 07 Jun 2007)
New Revision: 5510

Modified:
   plog/branches/lifetype-1.2/wizard.php
Log:
Corrected a small typo.

Modified: plog/branches/lifetype-1.2/wizard.php
===================================================================
--- plog/branches/lifetype-1.2/wizard.php	2007-06-07 20:30:26 UTC (rev 5509)
+++ plog/branches/lifetype-1.2/wizard.php	2007-06-07 20:30:54 UTC (rev 5510)
@@ -468,7 +468,7 @@
 			if( !$this->_valid ) {
 				/* let's modify a private attribute... */
 				$fileList = implode( "<br/>", array_keys( $result ));
-				$this->_solution = "The current version of the following is not the expected one. Installation can proceed please make sure that all files were uploaded correctly:"."<br/>".$fileList;				
+				$this->_solution = "The current version of the following is not the expected one. Installation can proceed but please make sure that all files were uploaded correctly:"."<br/>".$fileList;				
 			}
 
             return( parent::validate());



More information about the pLog-svn mailing list