[Jifty-commit] r1993 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Sep 29 03:49:37 EDT 2006


Author: audreyt
Date: Fri Sep 29 03:49:37 2006
New Revision: 1993

Modified:
   jifty/trunk/lib/Jifty/Web.pm

Log:
* The ubiquitous "There was an error completing the request.  Please try again later.")
  error message should be localised.

Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Fri Sep 29 03:49:37 2006
@@ -337,7 +337,7 @@
                 $action->result->error(
                     Jifty->config->framework("DevelMode")
                     ? $err
-                    : "There was an error completing the request.  Please try again later."
+                    : _("There was an error completing the request.  Please try again later.")
                 );
             }
 


More information about the Jifty-commit mailing list