summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php
index fe0d6cad0..636fcd82e 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -64,7 +64,7 @@
}
if ($err_msg) {
- print "<b>Fatal Error</b>: $err_msg\n";
+ print "<b>"._("Fatal Error")."</b>: $err_msg\n";
exit;
}