From 8f9c5cf8429ed54fd8ba5dac74d00dea4153acb3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 Jan 2004 15:16:36 +0000 Subject: use N("...") rather than N('...') for perl_checker --- nisautofs_wizard/Nisautofs.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'nisautofs_wizard') 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 -- cgit v1.2.1