From 3bc10d40acd22d22e578900f5fb957e39b499aeb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Feb 2004 18:14:37 +0000 Subject: upcase nfs too --- nisautofs_wizard/Nisautofs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nisautofs_wizard') diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index 1c4df3d6..4954e924 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -111,7 +111,7 @@ $o->{pages} = { { label => N("NIS domainname:"), fixed_val => \$o->{var}{NISDOMAIN} }, { label => N("NIS directory:"), fixed_val => \$o->{var}{NIS_DIRMAKEFILE} }, { label => N("Network File:"), fixed_val => \$o->{var}{NETWORKFILE} }, - { label => N("Nfs exports:"), fixed_val => \$o->{var}{NFSEXPORTS} }, + { label => N("NFS exports:"), fixed_val => \$o->{var}{NFSEXPORTS} }, { label => N("Auto master:"), fixed_val => \$o->{var}{AUTOMASTER} }, { label => N("Auto home:"), fixed_val => \$o->{var}{AUTOHOME} }, ], -- cgit v1.2.1