summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fca268)
raw | patch | inline | side by side (parent: 1fca268)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 Oct 2006 06:25:41 +0000 (06:25 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 Oct 2006 06:25:41 +0000 (06:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4934 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupMail.inc | patch | blob | history |
index 801ebd7c7c449ae0969f65c10b862c7f73b8cac8..f7dbb724a4282ce06e9ea3801ae6ad471107f63d 100644 (file)
$display .= "<h2>Shared folder delete options</h2>
<input class='center' type='checkbox' name='remove_folder_from_imap' value='1' ".$c."
- title='"._("Remove shared folder from mail server database")."'>";
- $display .= _("Remove the shared folder and all its contents from mail server.");
+ title='"._("Remove shared folder from mail server database when entry gets removed in LDAP")."'>";
+ $display .= _("Remove the shared folder and all its contents after saving this account");
}
return ($display);