summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-04 11:23:38 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-04 11:23:38 +0000
commit563a227afb2e496855aa552c5f8d9217b32a67b8 (patch)
treebf993937db058e795c4eede3776a2338f4dd1837
parentbd8cb44f8b902b1312dc9b38fbbec74d598469ca (diff)
downloaddrakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar
drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar.gz
drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar.bz2
drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.tar.xz
drakwizard-563a227afb2e496855aa552c5f8d9217b32a67b8.zip
fix typo
-rwxr-xr-xsamba_wizard/Sambashare.pm4
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 },