From: cajus Date: Thu, 1 Jun 2006 06:33:43 +0000 (+0000) Subject: Moved from kolabd to kolab X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=18cdff707730d4f02f745ef75b18d165666c0961;p=gosa.git Moved from kolabd to kolab git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3594 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc index 209072123..95f44a247 100644 --- a/plugins/personal/mail/class_mailAccount.inc +++ b/plugins/personal/mail/class_mailAccount.inc @@ -961,9 +961,9 @@ class mailAccount extends plugin if($ldap->count()){ $attrs = $ldap->fetch(); if(isset($attrs['kolabDeleteFlag'])){ - return(_("Waiting for kolabd to remove mail properties.")); + return(_("Waiting for kolab to remove mail properties.")); }elseif(in_array("gosaMailAccount",$attrs['objectClass'])){ - return(_("Please remove the mail account first, to allow kolabd to call its remove methods.")); + return(_("Please remove the mail account first, to allow kolab to call its remove methods.")); } } }