diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-06-10 06:53:10 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-06-10 06:53:10 +0000 |
commit | 77ac825d2920b6875c0c50ecf94593149983ff2f (patch) | |
tree | 2fc73e549f8a448610512e78533acc5e81cc15a7 /samba_wizard/Samba.pm | |
parent | 4c7b65191c5734af045f7164231beaeec09e1c3b (diff) | |
download | drakwizard-77ac825d2920b6875c0c50ecf94593149983ff2f.tar drakwizard-77ac825d2920b6875c0c50ecf94593149983ff2f.tar.gz drakwizard-77ac825d2920b6875c0c50ecf94593149983ff2f.tar.bz2 drakwizard-77ac825d2920b6875c0c50ecf94593149983ff2f.tar.xz drakwizard-77ac825d2920b6875c0c50ecf94593149983ff2f.zip |
ergo fix
Diffstat (limited to 'samba_wizard/Samba.pm')
-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}}; }, |