diff options
Diffstat (limited to 'samba_wizard')
-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 }, |