changed error message

This commit is contained in:
Roland Gruber 2003-12-12 15:42:21 +00:00
parent 3fc4f2917e
commit 444d87e954
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ if (!$conf->set_ServerURL($serverurl)) {
exit;
}
if (!$conf->set_cacheTimeout($cachetimeout)) {
echo ("<font color=\"red\"><b>" . _("Cache timeout is empty!") . "</b></font>");
echo ("<font color=\"red\"><b>" . _("Cache timeout is invalid!") . "</b></font>");
echo ("\n<br><br><br><a href=\"javascript:history.back()\">" . _("Back to preferences...") . "</a>");
exit;
}