Code

Updated mail methods.
[gosa.git] / gosa-plugins / mail / personal / mail / class_mail-methods-cyrus.inc
index 890d08fc7ba6df3cf99cdafaa7d2564992942257..8816e39fb5a7657c2b39e98127006b04d3f3d337 100644 (file)
@@ -36,7 +36,7 @@ class mailMethodCyrus extends mailMethod{
     mailMethod::connect();
 
     if(!count($this->ServerList)){
-      $this->error = _("There are no imap compatible mail servers defined!");
+      $this->error = _("There are no IMAP compatible mail servers defined!");
       @DEBUG (DEBUG_MAIL, __LINE__, __FUNCTION__, __FILE__,
           "<b>IMAP: No mail servers configured, check systems->server->service->imap.</b>","");
       return(FALSE);