diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-02 13:55:39 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-02 13:55:39 +0000 |
commit | aa857b98640783587da59fe442ddc22e199b3f8a (patch) | |
tree | 44a4096f9bdd3d8d6570702a73b24949a1bd55e0 /samba_wizard | |
parent | f62fc4f40e7515eb366d3946cf9514e1462d4032 (diff) | |
download | drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar.gz drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar.bz2 drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar.xz drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.zip |
typo fix [Michal Bukovjan]
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 566a8994..01568aaf 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"); |