summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-13 02:06:14 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-13 02:06:14 +0000
commitb8c0360d94a6d7e750d1bd17d5e414ca4e76ca55 (patch)
tree47d40d8c10fed20b4cbf47ff7ef0b6e471ee9091
parent574f965d7856f12d87b37e0be536473e34a5936d (diff)
downloaddrakwizard-b8c0360d94a6d7e750d1bd17d5e414ca4e76ca55.tar
drakwizard-b8c0360d94a6d7e750d1bd17d5e414ca4e76ca55.tar.gz
drakwizard-b8c0360d94a6d7e750d1bd17d5e414ca4e76ca55.tar.bz2
drakwizard-b8c0360d94a6d7e750d1bd17d5e414ca4e76ca55.tar.xz
drakwizard-b8c0360d94a6d7e750d1bd17d5e414ca4e76ca55.zip
oups, rever pablo fix (no space before question mark in english)
-rwxr-xr-xsamba_wizard/Sambashare.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm
index ddf4fabf..4e74f716 100755
--- a/samba_wizard/Sambashare.pm
+++ b/samba_wizard/Sambashare.pm
@@ -86,7 +86,7 @@ my $wiz_samba_etc = "/etc/sysconfig/wizard_samba";
$o->{pages} = {
welcome => {
- name => N("What do you want todo with your share ?") . "\n\n" . N("add/remove/modify a share"),
+ name => N("What do you want todo with your share?") . "\n\n" . N("add/remove/modify a share"),
pre => sub {
if (! -f $wiz_samba_etc) {
$::in->ask_warn(N("Information"), N("It seems that you don\'t setup a Samba server. Please setup a Samba server with Samba wizard before manage your share."));
@@ -121,7 +121,7 @@ $o->{pages} = {
next => 'choose_share_to_modify',
},
choose_share_to_delete => {
- name => N("Delete which 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 },
@@ -129,7 +129,7 @@ $o->{pages} = {
next => 'summary_delete',
},
choose_share_to_modify => {
- name => N("Modify which 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 },