fixed error message

This commit is contained in:
Roland Gruber 2006-07-10 19:27:54 +00:00
parent beb9110a12
commit 1db11ea15b
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ function saveSettings() {
// check new preferences
$errors = array();
if (!$conf->set_ServerURL($_POST['serverurl'])) {
$errors[] = array("ERROR", _("Server Address is empty!"));
$errors[] = array("ERROR", _("Server address is invalid!"));
}
if (!$conf->set_cacheTimeout($_POST['cachetimeout'])) {
$errors[] = array("ERROR", _("Cache timeout is invalid!"));