From 9e1423fba3e80629a97882309e686a90a3c287ee Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 19 Mar 2004 09:26:36 +0000 Subject: fix typo (P.deloso) --- nfs_wizard/NFS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs_wizard/NFS.pm b/nfs_wizard/NFS.pm index d81658a7..49cdd09a 100755 --- a/nfs_wizard/NFS.pm +++ b/nfs_wizard/NFS.pm @@ -53,7 +53,7 @@ $o->{pages} = { next => 'nfs' }, nfs => { - name => N("NFS server") . "\n\n" .N("Directory which will be exported to NFS clients. This directory will be exported in read only mode. It's disallow any request which changes the filesystem."), + name => N("NFS server") . "\n\n" .N("Directory which will be exported to NFS clients. This directory will be exported in read only mode. It denies any request wich requires changes to the filesystem."), post => \&check, data => [ { label => N("Directory:"), val => \$o->{var}{wiz_nfs_dir} }, -- cgit v1.2.1