From: Andrew Dolgov Date: Sat, 24 Feb 2007 16:47:59 +0000 (+0100) Subject: add link to schema updater from errormsg 5 X-Git-Tag: 1.2.9~79 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8dc062e5274e6dd23972f2f1470ec8447c90ccfc;p=tt-rss.git add link to schema updater from errormsg 5 --- diff --git a/errors.php b/errors.php index 6e252ba0..967bb4e3 100644 --- a/errors.php +++ b/errors.php @@ -11,7 +11,7 @@ $ERRORS[4] = _("Frontend sanity check failed."); - $ERRORS[5] = _("Incorrect database schema version."); + $ERRORS[5] = _("Incorrect database schema version. Please update."); $ERRORS[6] = _("Request not authorized.");