From efef5f3cb73d31e6238ca8075d10890b70bdb0ec Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 12 Feb 2004 15:21:54 +0000 Subject: typo fix --- nisautofs_wizard/Nisautofs.pm | 4 ++-- 1 file 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 -- cgit v1.2.1