From: Andrew Dolgov Date: Tue, 26 Dec 2006 05:22:12 +0000 (+0100) Subject: sanity_check.php: I18N X-Git-Tag: 1.2.7~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8a3fdba55de2d35f42b22d9784d0eefcbd0dfa68;p=tt-rss.git sanity_check.php: I18N --- diff --git a/sanity_check.php b/sanity_check.php index fe0d6cad..636fcd82 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -64,7 +64,7 @@ } if ($err_msg) { - print "Fatal Error: $err_msg\n"; + print ""._("Fatal Error").": $err_msg\n"; exit; }