fixed help entry

This commit is contained in:
Roland Gruber 2006-03-04 12:30:20 +00:00
parent baec36cece
commit bfc0acdaa1
1 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ class posixGroup extends baseModule {
1 => array(
0 => array('kind' => 'input', 'type' => 'submit', 'name' => 'removeusers_button', 'value' => '=>', 'td' => array('align' => 'center'))),
2 => array(
0 => array('kind' => 'help', 'value' => 'adduser', 'td' => array('align' => 'center'))))),
0 => array('kind' => 'help', 'value' => 'members', 'td' => array('align' => 'center'))))),
2 => array('kind' => 'fieldset', 'td' => array('valign' => 'top'), 'legend' => _("Available users"), 'value' => array(
0 => array(
0 => array('kind' => 'select', 'name' => 'addusers', 'size' => '15', 'multiple' => true, 'options' => $users))))
@ -410,7 +410,7 @@ class posixGroup extends baseModule {
),
'members' => array(
"Headline" => _("Group members"),
"Text" => _("Users who are member of the current group.")
"Text" => _("Users who are member of the current group. Users who have set their primary group to this group will not be shown.")
),
'upload_members' => array(
"Headline" => _("Group members"),