summaryrefslogtreecommitdiffstats
path: root/samba_wizard/Sambashare.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-08-30 11:09:41 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-08-30 11:09:41 +0000
commit6591de14c969f6347a29187142c2c2502ead3f68 (patch)
treee14472426edd0171e926a2fe2722613108e989b2 /samba_wizard/Sambashare.pm
parent3659bc2cc2d09136483aafd488021ea6bdad9fdc (diff)
downloaddrakwizard-6591de14c969f6347a29187142c2c2502ead3f68.tar
drakwizard-6591de14c969f6347a29187142c2c2502ead3f68.tar.gz
drakwizard-6591de14c969f6347a29187142c2c2502ead3f68.tar.bz2
drakwizard-6591de14c969f6347a29187142c2c2502ead3f68.tar.xz
drakwizard-6591de14c969f6347a29187142c2c2502ead3f68.zip
updated pot file;
small typo fix (todo -> to do)
Diffstat (limited to 'samba_wizard/Sambashare.pm')
-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]} } },