diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-07-20 00:57:47 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-07-20 00:57:47 +0000 |
commit | 8386d1304d809847ae01ebd16504676c4db7e186 (patch) | |
tree | 5a15cb4ca43a51712658b1d0133fb8d31e8cf7d5 /sshd_wizard | |
parent | 012a99b13a1430f9382e9a2d118f1697323f705b (diff) | |
download | drakwizard-8386d1304d809847ae01ebd16504676c4db7e186.tar drakwizard-8386d1304d809847ae01ebd16504676c4db7e186.tar.gz drakwizard-8386d1304d809847ae01ebd16504676c4db7e186.tar.bz2 drakwizard-8386d1304d809847ae01ebd16504676c4db7e186.tar.xz drakwizard-8386d1304d809847ae01ebd16504676c4db7e186.zip |
icosmetic change
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-x | sshd_wizard/Sshd.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm index 97c181fd..a59d3f2c 100755 --- a/sshd_wizard/Sshd.pm +++ b/sshd_wizard/Sshd.pm @@ -65,9 +65,9 @@ my %type = ( $o->{pages} = { welcome => { - name => N('OpenSSH SSH daemon configuration'), + name => N('OpenSSH SSH daemon configuration') . "\n\n" . N("Which type of configuration do you you want to do:"), data => [ - { label => N("Which type of configuration do you you want to do:"), type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } }, + { label => "", type => 'list', val => \$o->{var}{wiz_type}, list => [ keys %type ], format => sub { $type{$_[0]} } }, ], next => 'config_step1', }, |