From 190177f8d699172670ceb2528c19838d90fe8f69 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 8 Mar 2004 14:30:35 +0000 Subject: [PATCH] correctly display $user and $group --- lam-0.4/help/help.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lam-0.4/help/help.inc b/lam-0.4/help/help.inc index 95bcc5c7..46274891 100644 --- a/lam-0.4/help/help.inc +++ b/lam-0.4/help/help.inc @@ -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"),