summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ffcc428)
raw | patch | inline | side by side (parent: ffcc428)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Oct 2009 09:20:46 +0000 (09:20 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Oct 2009 09:20:46 +0000 (09:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14466 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc | patch | blob | history |
diff --git a/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc b/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc
index bc8149be53f05ccbd33fd092911196686b5f5b61..91e64315823db83088e032c285ddd15b5eba0a47 100644 (file)
/* Handle the inherit to members button */
if (isset($_POST['inheritToMembers'])) {
- $this->inherit_confirmation = new msg_dialog(_("Pass on attributs to all members"), _("This action will overwrite all values in the member objects by the values specified in this object group. Do you want to oproceed??"),CONFIRM_DIALOG);
+ $this->inherit_confirmation = new msg_dialog(_("Pass on attributs to all members"), _("This action will overwrite all values in the member objects by the values specified in this object group. Do you want to proceed??"),CONFIRM_DIALOG);
}
if (is_object($this->inherit_confirmation) && ($this->inherit_confirmation->is_confirmed())) {