1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

sanity_check.php: I18N

This commit is contained in:
Andrew Dolgov 2006-12-26 06:22:12 +01:00
parent 01e89f1b94
commit 8a3fdba55d

View File

@ -64,7 +64,7 @@
}
if ($err_msg) {
print "<b>Fatal Error</b>: $err_msg\n";
print "<b>"._("Fatal Error")."</b>: $err_msg\n";
exit;
}