diff options
Diffstat (limited to 'samba_wizard/Sambashare.pm')
-rwxr-xr-x | samba_wizard/Sambashare.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index ec5e01d2..66e5176d 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -577,7 +577,7 @@ $o->{pages} = { next => 'end_add_share', }, summary_addshare => { - name => N("Summary add share") . "\n\n" . N("If you really want to add this this share, click the Next button or use the Back button."), + name => N("Summary add share") . "\n\n" . N("If you really want to add this share, click the Next button or use the Back button."), post => \&do_it_add_share, data => [ { label => N("Name of the share:"), fixed_val => \$o->{var}{wiz_addshare_name} }, |