From: cajus Date: Sun, 22 May 2005 09:59:21 +0000 (+0000) Subject: Included one missing translation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=706d44ae145a5c1cee45530a3907a525a413521e;p=gosa.git Included one missing translation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@327 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/setup_checks.inc b/include/setup_checks.inc index 2195c9b0e..cf4dac508 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -108,7 +108,7 @@ function schema_check($server, $admin, $password,$aff=0) $messages[$key]= sprintf(_("Optional objectclass '%s' required by plugin '%s' does not have version %s"), $key, $class, $value['version']); }else { if(!isset($affich2[$class])){ - $affich2[$class]="Support for $class enabled ".$value['file'].""; + $affich2[$class]= sprintf(_("Support for '%s' enabled"), $class)." ".$value['file'].""; } } }