diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-12 15:21:54 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-12 15:21:54 +0000 |
commit | efef5f3cb73d31e6238ca8075d10890b70bdb0ec (patch) | |
tree | 35f03c76b5f1fef52425b38e24b2a5d0926c353c /nisautofs_wizard | |
parent | fbdfe29faf58ec630706382563cff5549e0af0cd (diff) | |
download | drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar.gz drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar.bz2 drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar.xz drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.zip |
typo fix
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 51b7228b..0c732fba 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -119,7 +119,7 @@ $o->{pages} = { next => 'endserver', }, summaryclient => { - name => N("Will set your computer has a NIS client.") . "\n\n" . N("NIS server: hostname of the nisserver.") . "\n" . N("NIS domainname: name of NIS domainname."), + name => N("The ypbind daemon binds NIS client to a NIS domain") . "\n\n" . N("NIS server: hostname of the nisserver.") . "\n" . N("NIS domainname: name of NIS domainname."), data => [ { label => N("NIS server:"), fixed_val => \$o->{var}{NISSERVER} }, { label => N("NIS domainname:"), fixed_val => \$o->{var}{NISDOMAIN} }, @@ -145,7 +145,7 @@ $o->{pages} = { }, endserver => { name => N("Congratulations"), - data => [ { label => N("The wizard successfully configured your machine to be a NIS with autofs map.") } ], + data => [ { label => N("The wizard successfully configured your machine to be a NIS server with autofs map.") } ], no_back => 1, end => 1, next => 0 |