fixed typo

This commit is contained in:
Roland Gruber 2007-03-05 17:05:38 +00:00
parent 152db49234
commit fa7ba71817
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ $helpArray = array (
"Text" => _("This is a list of the servers where the lamdaemon scripts are stored. LDAP Account Mananger will make a SSH connection to the servers with the user name and password provided at login. Multiple servers are separated by semicolons. You can append a descriptive name after a colon.") . "<br><br>"
. _("Example") . ": <b>127.0.0.1:LOCAL;192.168.0.2:Servername;</b>"),
"219" => array ("ext" => "FALSE", "Headline" => _("Configuration wizard") . " - " . _("Rights for the home directory"),
"Text" => _("This defines the rights for the home directory which was created by the lamdaemon.")),
"Text" => _("This defines the rights for the home directories which are created by lamdaemon.")),
"230" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Add profile"),
"Text" => _("Please enter the name of the new profile and the password to change its settings. Profile names may contain letters, numbers and -/_.")),
"231" => array ("ext" => "FALSE", "Headline" => _("Profile management") . " - " . _("Rename profile"),

View File

@ -513,7 +513,7 @@ function saveSettings() {
if ($_POST['chmod_ote'] == 'on') $chmodOther += 1;
$chmod = $chmodOwner . $chmodGroup . $chmodOther;
if (!$conf->set_scriptrights($chmod)) {
$errors[] = array("ERROR", _("Script chmod is invalid!"));
$errors[] = array("ERROR", _("Script rights are invalid!"));
}
// check if password was changed
if (isset($_POST['passwd1']) && ($_POST['passwd1'] != '')) {