summaryrefslogtreecommitdiffstats
path: root/samba_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'samba_wizard')
-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 b68c7236..c991e4d9 100755
--- a/samba_wizard/Sambashare.pm
+++ b/samba_wizard/Sambashare.pm
@@ -108,7 +108,7 @@ $o->{pages} = {
name => N("What do you want to do?") . "\n\n" . N("Manage, create special share, create public/user share"),
pre => sub {
if (! -f $wiz_samba_etc) {
- $::in->ask_warn(N("Information"), N("It seems It seems that you hadn't setup a Samba server. Please setup a Samba server with Samba wizard before manage your share."));
+ $::in->ask_warn(N("Information"), N("It seems that you hadn't setup a Samba server. Please setup a Samba server with Samba wizard before manage your share."));
exit(1);
}
$o->{var}{wiz_share} = 0;
@@ -129,7 +129,7 @@ $o->{pages} = {
no_back => 1,
},
manage_share => {
- name => N("What do you want todo with your share?") . "\n\n" . N("add/remove/modify a share"),
+ name => N("What do you want to do with your share?") . "\n\n" . N("add/remove/modify a share"),
pre => sub { $o->{var}{manage_share} = 0 },
data => [
{ label => '', val => \$o->{var}{manage_share}, type => 'list', list => [ keys %menu_manage ], format => sub { $menu_manage{$_[0]} } },