From 8dc062e5274e6dd23972f2f1470ec8447c90ccfc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 24 Feb 2007 17:47:59 +0100 Subject: [PATCH] add link to schema updater from errormsg 5 --- errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.php b/errors.php index 6e252ba08..967bb4e33 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.");