summaryrefslogtreecommitdiffstats
path: root/nfs_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-19 09:26:36 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-19 09:26:36 +0000
commit9e1423fba3e80629a97882309e686a90a3c287ee (patch)
tree68362fbf17ee11261d12f5f9b403205dcca67c0d /nfs_wizard
parent40ba70ab9c5409264d1b05214a2227c799cefd54 (diff)
downloaddrakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar
drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar.gz
drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar.bz2
drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.tar.xz
drakwizard-9e1423fba3e80629a97882309e686a90a3c287ee.zip
fix typo (P.deloso)
Diffstat (limited to 'nfs_wizard')
-rwxr-xr-xnfs_wizard/NFS.pm2
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} },