summaryrefslogtreecommitdiffstats
path: root/nisautofs_wizard/Nisautofs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'nisautofs_wizard/Nisautofs.pm')
-rw-r--r--nisautofs_wizard/Nisautofs.pm18
1 files changed, 9 insertions, 9 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index a3052eab..0396d4bc 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -94,7 +94,7 @@ $o->{pages} = {
next => 'summaryclient',
},
nis_server => {
- name => N('NIS server with autofs map') . "\n\n" . N('NIS server: name of your computer.') . "\n" . N('Home NIS: home directory for users on NIS server. This directory will be export through NFS server.') . "\n" . N('NIS domain: NIS domain for your NIS server.'),
+ name => N("NIS server with autofs map") . "\n\n" . N("NIS server: name of your computer.") . "\n" . N("Home NIS: home directory for users on NIS server. This directory will be export through NFS server.") . "\n" . N("NIS domain: NIS domain for your NIS server."),
data => [
{ label => N("NIS server:"), val => $HOST },
{ label => N("Home NIS:"), val => \$o->{var}{HOMENIS} },
@@ -104,7 +104,7 @@ $o->{pages} = {
next => 'summaryserver',
},
summaryserver => {
- name => N('Will set your NIS server with autofs map'),
+ name => N("Will set your NIS server with autofs map"),
data => [
{ label => N("NIS server:"), fixed_val => \$HOST },
{ label => N("Home NIS:"), fixed_val => \$o->{var}{HOMENIS} },
@@ -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("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."),
data => [
{ label => N("NIS server:"), fixed_val => \$o->{var}{NISSERVER} },
{ label => N("NIS domainname:"), fixed_val => \$o->{var}{NISDOMAIN} },
@@ -128,24 +128,24 @@ $o->{pages} = {
next => 'endclient',
},
error_homedir => {
- name => N('Error should be a directory'),
+ name => N("Error should be a directory"),
next => 'nis_server',
},
error_nisd => {
- name => N('Error nisdomainame should be correct (not none or localdomain)') . "\n\n" . N('Please adjust with domainname command or in /etc/sysconfig/network file (NISDOMAIN=yournisdomain)'),
+ name => N("Error nisdomainame should be correct (not none or localdomain)") . "\n\n" . N("Please adjust with domainname command or in /etc/sysconfig/network file (NISDOMAIN=yournisdomain)"),
end => 1,
next => 0,
},
endclient => {
- name => N('Congratulations'),
- data => [ { label => N('The wizard successfully configured your machine to be a NIS client.') } ],
+ name => N("Congratulations"),
+ data => [ { label => N("The wizard successfully configured your machine to be a NIS client.") } ],
no_back => 1,
end => 1,
next => 0
},
endserver => {
- name => N('Congratulations'),
- data => [ { label => N('The wizard successfully configured your machine to be a NIS with autofs map.') } ],
+ name => N("Congratulations"),
+ data => [ { label => N("The wizard successfully configured your machine to be a NIS with autofs map.") } ],
no_back => 1,
end => 1,
next => 0