summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-09-09 08:14:33 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-09-09 08:14:33 +0000
commit435f4d8731d323d4a5e88f247a4b649eabfbd44f (patch)
tree1eae09876a5ba0d3ec5fc1ae62d63a249b672321
parentde0c1b13e1da7a1fd873c315279b29839a829d5e (diff)
downloaddrakwizard-435f4d8731d323d4a5e88f247a4b649eabfbd44f.tar
drakwizard-435f4d8731d323d4a5e88f247a4b649eabfbd44f.tar.gz
drakwizard-435f4d8731d323d4a5e88f247a4b649eabfbd44f.tar.bz2
drakwizard-435f4d8731d323d4a5e88f247a4b649eabfbd44f.tar.xz
drakwizard-435f4d8731d323d4a5e88f247a4b649eabfbd44f.zip
fix syntax error (line 332)
-rwxr-xr-xsamba_wizard/Samba.pm2
1 files changed, 1 insertions, 1 deletions
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}};
},