correctly display $user and $group

This commit is contained in:
Roland Gruber 2004-03-08 14:30:35 +00:00
parent b8f5597679
commit 190177f8d6
1 changed files with 2 additions and 1 deletions

View File

@ -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"),