[pLog-svn] r961 - plog/trunk/class/action/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Feb 6 14:36:16 GMT 2005


Author: oscar
Date: 2005-02-06 14:36:16 +0000 (Sun, 06 Feb 2005)
New Revision: 961

Modified:
   plog/trunk/class/action/admin/adminloginaction.class.php
Log:
changed the id of one of the error messages

Modified: plog/trunk/class/action/admin/adminloginaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminloginaction.class.php	2005-02-06 13:48:49 UTC (rev 960)
+++ plog/trunk/class/action/admin/adminloginaction.class.php	2005-02-06 14:36:16 UTC (rev 961)
@@ -44,7 +44,7 @@
 		$this->registerFieldValidator( "userName", new StringValidator());
 		$this->registerFieldValidator( "userPassword", new StringValidator());
 		$view = new AdminDefaultView();
-		$view->setErrorMessage( $this->_locale->tr("error_no_username_or_password"));
+		$view->setErrorMessage( $this->_locale->tr("error_incorrect_username_or_password"));
 		$this->setValidationErrorView( $view );
         }
 




More information about the pLog-svn mailing list