From 563a227afb2e496855aa552c5f8d9217b32a67b8 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 4 Jul 2005 11:23:38 +0000 Subject: fix typo --- samba_wizard/Sambashare.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samba_wizard') 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 }, -- cgit v1.2.1