diff options
-rwxr-xr-x | samba_wizard/Samba.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index f8f7d2dc..d9cb56a1 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -328,7 +328,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" . N('If you have previously create some shares, they will appear in this configuration. Run "drakwizard sambashare" to manage your share.'), + 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 share.'), pre => sub { $o->{var}{wiz_sambatype} = $type{$o->{var}{wiz_type}}; }, |