Author: Frederik Holljen
Date: 2007-01-27 09:08:22 +0100 (Sat, 27 Jan 2007)
New Revision: 4587

Log:
- Fixed issue #010108: Grammar in default Execution error message needs fixing

Modified:
   trunk/Execution/ChangeLog
   trunk/Execution/src/handlers/basic_handler.php

Modified: trunk/Execution/ChangeLog
===================================================================
--- trunk/Execution/ChangeLog   2007-01-26 22:27:50 UTC (rev 4586)
+++ trunk/Execution/ChangeLog   2007-01-27 08:08:22 UTC (rev 4587)
@@ -1,3 +1,8 @@
+1.0.3 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+- Fixed issue #010108: Grammar in default Execution error message needs fixing
+
+
 1.0.2 - Monday 18 December 2006
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

Modified: trunk/Execution/src/handlers/basic_handler.php
===================================================================
--- trunk/Execution/src/handlers/basic_handler.php      2007-01-26 22:27:50 UTC 
(rev 4586)
+++ trunk/Execution/src/handlers/basic_handler.php      2007-01-27 08:08:22 UTC 
(rev 4587)
@@ -36,9 +36,8 @@
     static public function onError( Exception $e = NULL )
     {
         echo <<<END
-This application stopped in an unclean way.  Please contact the maintainer of
-this system and explain him that the system doesn't work properly at the
-moment.
+This application stopped in an unclean way. Please contact the site
+administrator to report the error.
 
 Have a nice day!
 

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to