Code

Updated errot message
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Dec 2008 14:30:08 +0000 (14:30 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 8 Dec 2008 14:30:08 +0000 (14:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13185 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/admin/groups/mail/class_groupMail.inc

index 4f856d77cafa9759dbd3da50a7483aa770e55d62..32da99f4dbbd15dea523227e65c7f0f4862fd146 100644 (file)
@@ -117,8 +117,8 @@ class mailgroup extends plugin
         msg_dialog::display(_("Mail error"), sprintf(_("Cannot connect mail method! Error was: %s."),
               $this->mailMethod->get_error()), ERROR_DIALOG);
       }elseif(!$this->mailMethod->account_exists()){
-        msg_dialog::display(_("Mail error"), sprintf(_("Mailbox doesn't exists on mail server: %s."),
-              $this->gosaMailServer), ERROR_DIALOG);
+        msg_dialog::display(_("Mail error"), sprintf(_("Mailbox '%s' doesn't exists on mail server: %s."),
+              $this->mailMethod->get_account_id(),$this->gosaMailServer), ERROR_DIALOG);
       }
 
       /* If the doamin part is selectable, we have to split the mail address