sanity_check.php: I18N

This commit is contained in:
Andrew Dolgov 2006-12-26 06:22:12 +01:00
parent 01e89f1b94
commit 8a3fdba55d
1 changed files with 1 additions and 1 deletions

View File

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