summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-12 15:21:54 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-12 15:21:54 +0000
commitefef5f3cb73d31e6238ca8075d10890b70bdb0ec (patch)
tree35f03c76b5f1fef52425b38e24b2a5d0926c353c
parentfbdfe29faf58ec630706382563cff5549e0af0cd (diff)
downloaddrakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar
drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar.gz
drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar.bz2
drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.tar.xz
drakwizard-efef5f3cb73d31e6238ca8075d10890b70bdb0ec.zip
typo fix
-rw-r--r--nisautofs_wizard/Nisautofs.pm4
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