From 2a7f74d0f9edc66a83b220b15f8d97bb8d77b7f8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 13 Aug 2003 16:30:37 +0000 Subject: [PATCH] renamed smb_smbhome option --- lam/help/help.inc | 9 ++------- lam/templates/profedit/profileuser.php | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) 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");