Code

Updated snapshot stuff, check acls here too.
[gosa.git] / gosa-plugins / sudo / admin / sudo / class_target_list_users.inc
index cc36e9d833e0d240a43bd27aa26e0469db5b118c..0b25d7c6adf90171d559f478135f7a8c25fff9cd 100644 (file)
@@ -48,8 +48,8 @@ class target_list_users extends MultiSelectWindow
     $this->Targets_used  = $Targets_used;
 
     $this->SetInformation(  _("Select the target objects"));
-    $this->SetTitle(        _("Available targets"));
-    $this->SetSummary(      _("Available targets"));
+    $this->SetTitle(        _("Available members"));
+    $this->SetSummary(      _("Available members"));
     $this->SetHeadpageMode(FALSE);
 
     /* set Page header */
@@ -139,7 +139,7 @@ class target_list_users extends MultiSelectWindow
     /* Add department selector */
     $listhead .= _("Base")."&nbsp;<select name='CurrentMainBase' onChange='mainform.submit()' class='center'>$options</select>".
       " <input class='center' type='image' src='images/lists/submit.png' align='middle'
-      title='"._("Submit department")."' name='submit_department' alt='"._("Submit")."'>&nbsp;";
+      title='"._("Apply")."' name='submit_department' alt='"._("Submit")."'>&nbsp;";
     $listhead .="</div>";
 
     $this->SetListHeader($listhead);