]> git.wh0rd.org - tt-rss.git/commitdiff
add link to schema updater from errormsg 5
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 24 Feb 2007 16:47:59 +0000 (17:47 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 24 Feb 2007 16:47:59 +0000 (17:47 +0100)
errors.php

index 6e252ba08953c976e1ba07fae44fbde3b79530d4..967bb4e33aea29353559897290b62448119488d6 100644 (file)
@@ -11,7 +11,7 @@
 
        $ERRORS[4] = _("Frontend sanity check failed.");
 
-       $ERRORS[5] = _("Incorrect database schema version.");
+       $ERRORS[5] = _("Incorrect database schema version. <a href='update.php'>Please update</a>.");
 
        $ERRORS[6] = _("Request not authorized.");