Fix whitespace, gettext is whitespace fragile.

This commit is contained in:
Tomas Chvatal 2013-03-24 12:23:22 +01:00
parent 9e5cac4342
commit 6cb57cc375
1 changed files with 2 additions and 3 deletions

View File

@ -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]";