From aa857b98640783587da59fe442ddc22e199b3f8a Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 2 Feb 2004 13:55:39 +0000 Subject: typo fix [Michal Bukovjan] --- samba_wizard/Samba.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'samba_wizard') 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"); -- cgit v1.2.1