summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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