From: hickert Date: Thu, 21 Feb 2008 15:13:45 +0000 (+0000) Subject: Updated message string X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8c1ca9dd95ef15a4dfbae2fd9e1c633e07028410;p=gosa.git Updated message string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9031 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 30c7f2778..96463465a 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -2317,7 +2317,7 @@ function check_schema($cfg,$rfc2307bis = FALSE) } if(!$rfc2307bis && !isset($tmp['posixGroup']['STRUCTURAL'])){ $checks['posixGroup']['STATUS'] = FALSE; - $checks['posixGroup']['MSG'] = _("You have disabled the rfc2307bis option on the 'ldap setup' step, but your schema configuration do not support this option."); + $checks['posixGroup']['MSG'] = _("Your schema is configured to support the rfc2307bis group, but you have disabled this option on the 'ldap setup' step."); $checks['posixGroup']['INFO'] = _("The objectClass 'posixGroup' must be STRUCTURAL"); } }