X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=errors.php;fp=errors.php;h=405da09ccabdb453bb9b5edeaf9d23e815f1228e;hb=6cb57cc375b5cab8022f7412b896cb63fa851808;hp=8f4fd94fa86eecb2da0926c7cd3dc117267a8a8e;hpb=9e5cac43429f6074e5811ddabf8313982c324261;p=tt-rss.git diff --git a/errors.php b/errors.php index 8f4fd94f..405da09c 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]";