From 18cdff707730d4f02f745ef75b18d165666c0961 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 1 Jun 2006 06:33:43 +0000 Subject: [PATCH] Moved from kolabd to kolab git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3594 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/mail/class_mailAccount.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.")); } } } -- 2.30.2