From d98dfd14b4bd27b8929879c5c111b9b7b456493c Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 30 Nov 2010 16:56:39 +0000 Subject: [PATCH] plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20452 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/mail/personal/mail/class_mailAccount.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.30.2