Verified Commit b73493ce authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(mail) Improve texts in email configuration tab

issue #5966
Showing with 5 additions and 5 deletions
+5 -5
......@@ -46,18 +46,18 @@ class mailPluginConfig extends simplePlugin
['mail', 'uid']
),
new StringAttribute(
_('Mail user template'),
_('Override the user account creation syntax.'),
_('User account template'),
_('Override the user account creation syntax. Default is %PREFIX%%UATTRIB%.'),
'fdMailUserCreation'
),
new StringAttribute(
_('Mail folder template'),
_('Override the methods default account creation syntax.'),
_('Group account template'),
_('Override the group account creation syntax. Default is %PREFIX%%UATTRIB%.'),
'fdMailFolderCreation'
),
new BooleanAttribute(
_('Use cyrus UNIX style'),
_("Determines if 'foo/bar' or 'foo.bar' should be uses as namespaces in IMAP."),
_('Determines if "foo/bar" or "foo.bar" should be uses as namespaces in IMAP.'),
'fdCyrusUseSlashes'
),
new BooleanAttribute(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment