diff --git a/lam/help/help.inc b/lam/help/help.inc index e98ffe6e..c22e13ba 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -104,11 +104,6 @@ $helpArray = array ( "

". _("LAM will not work if version is wrong!"). ""), - "214" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Samba domain SID"), - "Text" => _("If you use the new Samba 3.x schema enter your domain SID here."). - "

". - _("You can get your domain SID with this command:"). - " \"net getlocalsid\""), // 300 - 399 // Roland Gruber // profile editor @@ -130,8 +125,8 @@ $helpArray = array ( _("If unsure say \"no\" here.")), "304" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Home drive"), "Text" => _("This is the drive letter for the user's home drive. The home directory will be connected with this drive letter at login."), - "SeeAlso" => "Path to home directory"), - "305" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Path to home directory"), + "SeeAlso" => "Home path"), + "305" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Home path"), "Text" => _("This is the path to the user's home directory. The home directory will be connected at login."), "SeeAlso" => "Home drive"), "306" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Profile path"), diff --git a/lam/templates/profedit/profileuser.php b/lam/templates/profedit/profileuser.php index 9bab6e46..2e7a368f 100644 --- a/lam/templates/profedit/profileuser.php +++ b/lam/templates/profedit/profileuser.php @@ -292,7 +292,7 @@ echo ("\n"); // path to home directory echo ("\n"); -echo ("" . _("Path to home directory") . ": \n"); +echo ("" . _("Home path") . ": \n"); echo ("smb_smbhome . "\" name=\"smb_smbhome\">\n"); echo ("" . _("Help") . "\n"); echo ("\n");