X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ferror.html;h=f9664bd656707688d440ecb2fa0710c089f549d1;hb=51e2a2439d923d63a5a2321864c69f82272cd362;hp=f467de2a356ed9a3dab2cd969c27fd8356874b18;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html index f467de2a3..f9664bd65 100644 --- a/httemplate/elements/error.html +++ b/httemplate/elements/error.html @@ -1,4 +1,5 @@ % if ( $cgi->param('error') ) { - Error: <% $cgi->param('error') |h %> +% $m->notes('error', $cgi->param('error')); + <% mt("Error: [_1]", $cgi->param('error')) |h %>

% }