diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-08-30 18:32:20 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-08-30 18:32:20 +0000 |
commit | 08d008b0b0659ff5f1c719b8fca46b26c0dee90a (patch) | |
tree | bda69e76052a50df6835a8767a6621f4acd1d29b /samba_wizard | |
parent | 8ce354fc555859cc798da12f19204f170a3e8a3f (diff) | |
download | drakwizard-08d008b0b0659ff5f1c719b8fca46b26c0dee90a.tar drakwizard-08d008b0b0659ff5f1c719b8fca46b26c0dee90a.tar.gz drakwizard-08d008b0b0659ff5f1c719b8fca46b26c0dee90a.tar.bz2 drakwizard-08d008b0b0659ff5f1c719b8fca46b26c0dee90a.tar.xz drakwizard-08d008b0b0659ff5f1c719b8fca46b26c0dee90a.zip |
updated pot file
Diffstat (limited to 'samba_wizard')
-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} }, |