diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
commit | a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442 (patch) | |
tree | e0d602b221f4aa301e84e21e1fa332826162ec1f /nisautofs_wizard | |
parent | c196eb029c890300e90a2935d1d639afc887bb10 (diff) | |
download | drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.gz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.bz2 drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.xz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.zip |
Corrected several typos.
Diffstat (limited to 'nisautofs_wizard')
-rw-r--r-- | nisautofs_wizard/Nisautofs.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index 6b27c171..9d2023c3 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -95,7 +95,7 @@ $o->{pages} = { next => 'summaryclient', }, nis_server => { - name => N("NIS server with autofs map") . "\n\n" . N("A NIS server is useful to create user, hostname database. The wizard also build autofs map, so it provides the capabilities for NIS user to automount their home directory on a NIS client computer.") . "\n\n" . N("NIS server: name of your computer.") . "\n" . N("Home NIS: home base directory for users on NIS server. This directory will be exported through NFS server.") . "\n" . N("NIS domain: NIS domain to use (generally same as your DNS domain name)."), + name => N("NIS server with autofs map") . "\n\n" . N("A NIS server is useful to create user, hostname database. The wizard builds autofs map, so it will provide the capabilities for NIS user to automount their home directory on a NIS client computer.") . "\n\n" . N("NIS server: name of your computer.") . "\n" . N("Home NIS: home base directory for users on NIS server. This directory will be exported through NFS server.") . "\n" . N("NIS domain: NIS domain to use (generally same as your DNS domain name)."), data => [ { label => N("NIS server:"), val => $HOST }, { label => N("Home NIS:"), val => \$o->{var}{HOMENIS} }, @@ -133,7 +133,7 @@ $o->{pages} = { next => 'nis_server', }, error_nisd => { - name => N("Error: nisdomainame should not be 'none' or 'localdomain'.") . "\n\n" . N("Please adjust it."), + name => N("Error: nisdomainname should not be 'none' or 'localdomain'.") . "\n\n" . N("Please adjust it."), end => 1, next => 0, }, |