diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-07-04 11:23:38 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-07-04 11:23:38 +0000 |
commit | 563a227afb2e496855aa552c5f8d9217b32a67b8 (patch) | |
tree | bf993937db058e795c4eede3776a2338f4dd1837 | |
parent | bd8cb44f8b902b1312dc9b38fbbec74d598469ca (diff) | |
download | drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar.gz drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar.bz2 drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar.xz drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.zip |
fix typo
-rwxr-xr-x | samba_wizard/Sambashare.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index 1c43f9a4..3267fe84 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -118,7 +118,7 @@ $o->{pages} = { next => 'choose_share_to_modify', }, choose_share_to_delete => { - name => N('Delete wich share ?') . "\n\n" . N('Please choose the share you want to remove.'), + name => N('Delete which share ?') . "\n\n" . N('Please choose the share you want to remove.'), pre => \&list_all_shares, data => [ { label => '', type => 'list', val => \$o->{var}{wiz_selected_share}, fixed_list => \@listshare }, @@ -126,7 +126,7 @@ $o->{pages} = { next => 'summary_delete', }, choose_share_to_modify => { - name => N('Modify wich share ?') . "\n\n" . N('Please choose the share you want to modify.'), + name => N('Modify which share ?') . "\n\n" . N('Please choose the share you want to modify.'), pre => \&list_all_shares_to_modify, data => [ { label => '', type => 'list', val => \$o->{var}{wiz_selected_share}, fixed_list => \@listshare_tomodify }, |