correctly display $user and $group
This commit is contained in:
parent
b8f5597679
commit
190177f8d6
|
@ -144,7 +144,8 @@ $helpArray = array (
|
|||
"402" => array ("ext" => "FALSE", "Headline" => _("Additional groups"),
|
||||
"Text" => _("Hold the CTRL-key to (de)select multiple groups."). ' '. _("Can be left empty.")),
|
||||
"403" => array ("ext" => "FALSE", "Headline" => _("Home directory"),
|
||||
"Text" => _("$user and $group are replaced with username or primary groupname.")),
|
||||
"Text" => _("$%s and $%s are replaced with username or primary groupname."),
|
||||
"variables" => array('user', 'group')),
|
||||
"404" => array ("ext" => "FALSE", "Headline" => _("Gecos"),
|
||||
"Text" => _("User description. If left empty sur- and give name will be used.")),
|
||||
"405" => array ("ext" => "FALSE", "Headline" => _("Login shell"),
|
||||
|
|
Loading…
Reference in New Issue