From abd9fde911d0ed5d512da05df8cf705f3445f47a Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 28 Sep 2007 06:41:46 +0000 Subject: [PATCH] String fix git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7430 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 603db4d6b..8a569a874 100644 --- a/html/index.php +++ b/html/index.php @@ -54,7 +54,7 @@ function displayLogin() if(!$config->check_session_lifetime()){ $smarty->assign ("lifetime", _("Warning").": ". - _("The session lifetime configured in your gosa.conf doesn't match the php.ini settings.")); + _("The session lifetime configured in your gosa.conf will be overridden by php.ini settings.")); }else{ $smarty->assign ("lifetime", ""); } -- 2.30.2