summaryrefslogtreecommitdiffstats
path: root/sshd_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-06-28 02:02:45 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-06-28 02:02:45 +0000
commit066a1543df0bab33316606b0cf136c29e4d991d5 (patch)
tree1a531f0430333ecbc229a0fce214af0ef017c73f /sshd_wizard
parent8dac3b44078bfd1dc7bfa078297392f90169ac38 (diff)
downloaddrakwizard-066a1543df0bab33316606b0cf136c29e4d991d5.tar
drakwizard-066a1543df0bab33316606b0cf136c29e4d991d5.tar.gz
drakwizard-066a1543df0bab33316606b0cf136c29e4d991d5.tar.bz2
drakwizard-066a1543df0bab33316606b0cf136c29e4d991d5.tar.xz
drakwizard-066a1543df0bab33316606b0cf136c29e4d991d5.zip
fix sshd ergo
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-xsshd_wizard/Sshd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm
index b36c76da..820eed20 100755
--- a/sshd_wizard/Sshd.pm
+++ b/sshd_wizard/Sshd.pm
@@ -69,7 +69,7 @@ $o->{pages} = {
welcome => {
name => N('OpenSSH SSH daemon configuration'),
data => [
- { label => N("Wich 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',
},