From: psc Date: Fri, 2 Oct 2009 09:39:28 +0000 (+0000) Subject: Slightly changes in the wording of the confirmation message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a0f17d77460d43c696a755dd3cf2027a49a9e3a1;p=gosa.git Slightly changes in the wording of the confirmation message git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14472 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 d3f110865..272b1cbc5 100644 --- a/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc +++ b/trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc @@ -188,7 +188,7 @@ class termgroup extends plugin /* 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 proceed?"),CONFIRM_DIALOG); + $this->inherit_confirmation = new msg_dialog(_("Pass on attributes to all members"), _("This action will overwrite all attributes of the group members with 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())) {