From 8386d1304d809847ae01ebd16504676c4db7e186 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 20 Jul 2005 00:57:47 +0000 Subject: icosmetic change --- sshd_wizard/Sshd.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshd_wizard') 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', }, -- cgit v1.2.1