X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/290df7c8b37a75d3796e589c3fa0a58feaa9e92c..a9d015d8e68020faaed94c1d9db08e0151b84c92:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index fe7e43e3c..79a075f12 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -461,7 +461,7 @@ sub parse_html_template { (-f "templates/webpages/${file}_master.html") && ((stat("templates/webpages/${file}_master.html"))[9] > (stat("templates/webpages/${file}_${language}.html"))[9])) { - my $info = "Developper information: templates/webpages/${file}_master.html is newer than the localized version.\n" . + my $info = "Developer information: templates/webpages/${file}_master.html is newer than the localized version.\n" . "Please re-run 'locales.pl' in 'locale/${language}'."; print(qq|
$info|); die($info);