Skip to content
Snippets Groups Projects
Commit 6cb57cc3 authored by Tomas Chvatal's avatar Tomas Chvatal
Browse files

Fix whitespace, gettext is whitespace fragile.

parent 9e5cac43
No related branches found
No related tags found
No related merge requests found
......@@ -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]";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment