From: cajus Date: Tue, 30 Nov 2010 16:56:39 +0000 (+0000) Subject: plProperty updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d98dfd14b4bd27b8929879c5c111b9b7b456493c;p=gosa.git plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20452 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc index 2b8f9324b..03d4b0e86 100644 --- a/gosa-plugins/mail/personal/mail/class_mailAccount.inc +++ b/gosa-plugins/mail/personal/mail/class_mailAccount.inc @@ -1465,7 +1465,7 @@ class mailAccount extends plugin "name" => "cyrusDeleteMailbox", "type" => "bool", "default" => 'true', - "description" => _("The 'cyrusDeleteMailbox' statement determines if GOsa should remove the mailbox from your IMAP server or keep it after the account is deleted in LDAP."), + "description" => _("Remove mail boxes from the IMAP storage after they their user gets removed."), "check" => "gosaProperty::isBool", "migrate" => "", "group" => "mail", @@ -1475,7 +1475,7 @@ class mailAccount extends plugin "name" => "cyrusAutocreateFolders", "type" => "string", "default" => "", - "description" => _("The 'cyrusAutocreateFolders' statement contains a comma seperated list of personal IMAP folders that should be created along initial account creation."), + "description" => _("Comma separated list of folders to be automatically created on user creation."), "check" => "gosaProperty::isString", "migrate" => "", "group" => "mail",