From 435f4d8731d323d4a5e88f247a4b649eabfbd44f Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 9 Sep 2005 08:14:33 +0000 Subject: fix syntax error (line 332) --- samba_wizard/Samba.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index d6bc6f67..6f7985e1 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -329,7 +329,7 @@ $o->{pages} = { next => 'summary', }, summary => { - 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.") . "\n" . N("If you have previously create some shares, they will appear in this configuration. Run "drakwizard sambashare" to manage your shares."), + 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.") . "\n" . N("If you have previously create some shares, they will appear in this configuration. Run 'drakwizard sambashare' to manage your shares."), pre => sub { $o->{var}{wiz_sambatype} = $type{$o->{var}{wiz_type}}; }, -- cgit v1.2.1