summaryrefslogtreecommitdiffstats
path: root/samba_wizard/Sambashare.pm
diff options
context:
space:
mode:
Diffstat (limited to 'samba_wizard/Sambashare.pm')
-rwxr-xr-xsamba_wizard/Sambashare.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm
index bdfc4b01..9430ef44 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 that you haven'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 haven't setup a Samba server. Please setup a Samba server with Samba wizard before manage your shares."));
exit(1);
}
$o->{var}{wiz_share} = 0;
@@ -473,7 +473,7 @@ $o->{pages} = {
{ label => N("Writable:"), val => \$o->{var}{wiz_addshare_writable}, fixed_list => \@yesorno },
# { label => N("Create mask:"), val => \$o->{var}{wiz_addshare_createmask} },
{ label => N("Read list:"), val => \$o->{var}{wiz_addshare_readlist}, help => N("Specifies a list \of users that have read-only access to a writable share. ie: aginies") },
- { label => N("Write list:"), val => \$o->{var}{wiz_addshare_writelist}, help => N("Specifie a user that have read-write access to a share. ie: guibo") },
+ { label => N("Write list:"), val => \$o->{var}{wiz_addshare_writelist}, help => N("Specifies a user that have read-write access to a share. ie: guibo") },
{ label => N("User own directory:"), type => 'bool', val => \$o->{var}{wiz_owner} },
{ label => N("Hide dot files:"), val => \$o->{var}{wiz_addshare_dotfiles}, fixed_list => \@yesorno, help => N("The hide dot files option hides any files on the server that begin with a dot (.)") },
{ label => N("Hide files:"), val => \$o->{var}{wiz_addshare_hidefiles}, help => N("The hide files option provides one or more directory or filename patterns to Samba. Any file matching this pattern will be treated as a hidden file from the perspective of the client. ie: /.icewm/") },
@@ -651,32 +651,32 @@ $o->{pages} = {
next => 0
},
end_modify_share => {
- name => N("Congratulations") . "\n\n" . N("The wizard successfully modify your share."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully modified your share."),
end => 1,
next => 0
},
end_add_share => {
- name => N("Congratulations") . "\n\n" . N("The wizard successfully add your share."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully added your share."),
end => 1,
next => 0
},
end_add_user_share => {
- name => N("Congratulations") . "\n\n" . N("The wizard successfully add your user share."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully added your user share."),
end => 1,
next => 0
},
end_add_public_share => {
- name => N("Congratulations") . "\n\n" . N("The wizard successfully add your public share."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully added your public share."),
end => 1,
next => 0
},
end_add_profiles => {
- name => N("Congratulations") . "\n\n" . N("The wizard successfully add your Profiles share."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully added your Profiles share."),
end => 1,
next => 0
},
end_delete_share => {
- name => N("Congratulations") . "\n\n" . N("The wizard successfully remove your share."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully removed your share."),
end => 1,
next => 0
},