summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
authorTomas Chvatal <[email protected]>2013-03-24 12:23:22 +0100
committerTomas Chvatal <[email protected]>2013-03-24 12:23:22 +0100
commit6cb57cc375b5cab8022f7412b896cb63fa851808 (patch)
treefdae4ecd6722e99f9f7019b546b7ab3a8131f434 /errors.php
parent9e5cac43429f6074e5811ddabf8313982c324261 (diff)
Fix whitespace, gettext is whitespace fragile.
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/errors.php b/errors.php
index 8f4fd94fa..405da09cc 100644
--- a/errors.php
+++ b/errors.php
@@ -12,7 +12,7 @@
$ERRORS[2] = __("This program requires cookies " .
"to function properly. Your browser doesn't seem to support them.");
- $ERRORS[3] = __("Backend sanity check failed");
+ $ERRORS[3] = __("Backend sanity check failed.");
$ERRORS[4] = __("Frontend sanity check failed.");
@@ -28,8 +28,7 @@
$ERRORS[9] = __("Configuration check failed");
- $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see
- official site for more information.");
+ $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see official site for more information.");
$ERRORS[11] = "[This error is not returned by server]";