diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
commit | a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442 (patch) | |
tree | e0d602b221f4aa301e84e21e1fa332826162ec1f /samba_wizard/Samba.pm | |
parent | c196eb029c890300e90a2935d1d639afc887bb10 (diff) | |
download | drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.gz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.bz2 drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.xz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.zip |
Corrected several typos.
Diffstat (limited to 'samba_wizard/Samba.pm')
-rwxr-xr-x | samba_wizard/Samba.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index e5d45a65..3e237da0 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -158,7 +158,7 @@ $o->{pages} = { post => \&check_dir, data => [ { label => N("Shared directory:"), val => \$o->{var}{wiz_dir} }, - { text => N("Create shared directory if it doesn't exists"), type => 'bool', val => \$o->{var}{create_missing_directory} }, + { text => N("Create shared directory if it doesn't exist"), type => 'bool', val => \$o->{var}{create_missing_directory} }, ], next => 'ask_access' }, @@ -173,7 +173,7 @@ $o->{pages} = { next => 'ask_dir' }, ask_access => { - name => N("File permissions") . "\n\n" . N("Type users or group separated by a comma (groups must be preceded by a '\@') like this:\nroot, fred, \@users, \@wheel for each kind of permission.") . "\n\n", + name => N("File permissions") . "\n\n" . N("Type users or groups separated by a comma (groups must be preceded by a '\@') like this:\nroot, fred, \@users, \@wheel for each kind of permission.") . "\n\n", pre => sub { $o->{var}{wiz_read_list} ||= get_read(); $o->{var}{wiz_write_list} ||= get_write() |