summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-26 06:22:12 +0100
committerAndrew Dolgov <[email protected]>2006-12-26 06:22:12 +0100
commit8a3fdba55de2d35f42b22d9784d0eefcbd0dfa68 (patch)
tree43dd2c2f7392b129194c0ce2c63e446ea3bdcede /sanity_check.php
parent01e89f1b9400644c1a70b8147195512ab7375ed3 (diff)
sanity_check.php: I18N
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;
}