summaryrefslogtreecommitdiff
path: root/errors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 09:00:55 -0700
committerAndrew Dolgov <[email protected]>2013-03-24 09:00:55 -0700
commit8850646ff375f8858442900dac790c5e38e86f88 (patch)
treef6d895a7f31180c14a5baaa0d53c03d746164303 /errors.php
parent7be3fcd5e1fa6f8ec04fd550543b01622b5e7feb (diff)
parenta28c6ec9db46098ba24940f79bc52c8164d2cf82 (diff)
Merge pull request #77 from scarabeusiv/master
Fix pluralized forms and whitespace in translations and fix the l10n tools
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]";