Code

Slightly changes in the wording of the confirmation message
[gosa.git] / trunk / gosa-plugins / goto / admin / ogroups / goto / class_termgroup.inc
index d3f11086532d5c6655132c10506d7123f4b3c39f..272b1cbc5840025ce386a8c3b55fee4f42fa7e07 100644 (file)
@@ -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())) {