fixed some typos
This commit is contained in:
parent
4ed8533bd5
commit
a020eddc7d
|
@ -204,7 +204,7 @@ $helpArray = array (
|
||||||
"Text" => _("Path of the user profile. Can be a local absolute path or a UNC-path (\\\\server\\share). $%s and $%s are replaced with user- and groupname."). ' '. _("Can be left empty."),
|
"Text" => _("Path of the user profile. Can be a local absolute path or a UNC-path (\\\\server\\share). $%s and $%s are replaced with user- and groupname."). ' '. _("Can be left empty."),
|
||||||
"variables" => array('user', 'group')),
|
"variables" => array('user', 'group')),
|
||||||
"436" => array ("ext" => "FALSE", "Headline" => _("Samba workstations"),
|
"436" => array ("ext" => "FALSE", "Headline" => _("Samba workstations"),
|
||||||
"Text" => _("List of samba workstations the user is allowed to login. Empty means every workstation."). ' '. _("Can be left empty.")),
|
"Text" => _("List of Samba workstations the user is allowed to login. Empty means every workstation."). ' '. _("Can be left empty.")),
|
||||||
"437" => array ("ext" => "FALSE", "Headline" => _("Home path"),
|
"437" => array ("ext" => "FALSE", "Headline" => _("Home path"),
|
||||||
"Text" => _("UNC-path (\\\\server\\share) of homedirectory. $%s and $%s are replaced with user- and groupname."). ' '. _("Can be left empty."),
|
"Text" => _("UNC-path (\\\\server\\share) of homedirectory. $%s and $%s are replaced with user- and groupname."). ' '. _("Can be left empty."),
|
||||||
"variables" => array('user', 'group')),
|
"variables" => array('user', 'group')),
|
||||||
|
|
Loading…
Reference in New Issue