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.");