From 7c4a50d23058e764d9bb905df21d9ae6f7f01a4f Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 22 May 2011 20:23:21 +0000 Subject: internationalization/localization, RT12515 --- httemplate/elements/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements/error.html') diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html index f467de2a3..f65785d10 100644 --- a/httemplate/elements/error.html +++ b/httemplate/elements/error.html @@ -1,4 +1,4 @@ % if ( $cgi->param('error') ) { - Error: <% $cgi->param('error') |h %> + <% mt("Error: [_1]", $cgi->param('error')) |h %>

% } -- cgit v1.2.1