1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:05:56 +00: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;
}