diff options
Diffstat (limited to 'nisautofs_wizard')
-rw-r--r-- | nisautofs_wizard/Nisautofs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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} }, ], |