From 755e19aa6aa84017cf17a5b4fee71b0b28e08c5f Mon Sep 17 00:00:00 2001 From: psc Date: Fri, 2 Oct 2009 09:20:46 +0000 Subject: [PATCH] Fix typo in message 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bc8149be5..91e643158 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 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())) { -- 2.30.2