diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-03-19 09:26:36 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-03-19 09:26:36 +0000 |
commit | 9e1423fba3e80629a97882309e686a90a3c287ee (patch) | |
tree | 68362fbf17ee11261d12f5f9b403205dcca67c0d | |
parent | 40ba70ab9c5409264d1b05214a2227c799cefd54 (diff) | |
download | drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar.gz drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar.bz2 drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar.xz drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.zip |
fix typo (P.deloso)
-rwxr-xr-x | nfs_wizard/NFS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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} }, |