diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-12 16:34:32 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-12 16:34:32 +0000 |
commit | a292d1bbfa8f50b9e5ad4bb56ed93262f6c8497c (patch) | |
tree | 261ea8199c77e0f1a2fbdda596949574b50855b1 /samba_wizard | |
parent | efef5f3cb73d31e6238ca8075d10890b70bdb0ec (diff) | |
download | drakwizard-a292d1bbfa8f50b9e5ad4bb56ed93262f6c8497c.tar drakwizard-a292d1bbfa8f50b9e5ad4bb56ed93262f6c8497c.tar.gz drakwizard-a292d1bbfa8f50b9e5ad4bb56ed93262f6c8497c.tar.bz2 drakwizard-a292d1bbfa8f50b9e5ad4bb56ed93262f6c8497c.tar.xz drakwizard-a292d1bbfa8f50b9e5ad4bb56ed93262f6c8497c.zip |
typo fix (Karlsen)
Diffstat (limited to 'samba_wizard')
-rwxr-xr-x | samba_wizard/Samba.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index 2e0edcbc..f922c814 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -204,8 +204,7 @@ $o->{pages} = { next => 'config' }, summary => { - name => N("Configuring Samba") . "\n\n" . N("The wizard collected the following parameters -configure Samba.") . "\n\n" . N("To accept these values, and configure your server, click the Next button or use the Back button to correct them."), + name => N("Configuring Samba") . "\n\n" . N("The wizard collected the following parameters to configure Samba.") . "\n\n" . N("To accept these values, and configure your server, click the Next button or use the Back button to correct them."), pre => sub { $o->{var}{printers} = get_printers(); $o->{var}{file_sharing} = $o->{var}{wiz_do_file_sharing} ? N("enabled") : N("disabled"); |