diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index 512b2d1f..97bac622 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -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!"));