Code

ACL: Skip listing system snapshot that we are not able to restore.
[gosa.git] / plugins / admin / systems / class_goImapServer.inc
index 43a2a583445c1b6096d82f408676d12cba40603e..8a95ed7ad854c541aa75ac12c36700dc3f7d904c 100644 (file)
@@ -151,11 +151,11 @@ class goImapServer extends goService {
   function plInfo()
   {
     return (array(
-          "plShortName"   => _("Imap"),
-          "plDescription" => _("Imap service"),
+          "plShortName"   => _("IMAP/POP3"),
+          "plDescription" => _("IMAP/POP3")." ("._("Services").")",
           "plSelfModify"  => FALSE,
           "plDepends"     => array(),
-          "plPriority"    => 0,
+          "plPriority"    => 94,
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),