]> git.wh0rd.org - tt-rss.git/commitdiff
Fix whitespace, gettext is whitespace fragile.
authorTomas Chvatal <tchvatal@suse.cz>
Sun, 24 Mar 2013 11:23:22 +0000 (12:23 +0100)
committerTomas Chvatal <tchvatal@suse.cz>
Sun, 24 Mar 2013 11:23:22 +0000 (12:23 +0100)
errors.php

index 8f4fd94fa86eecb2da0926c7cd3dc117267a8a8e..405da09ccabdb453bb9b5edeaf9d23e815f1228e 100644 (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]";