summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-06-12 18:19:06 +0000
committerOlivier Blin <oblin@mandriva.com>2008-06-12 18:19:06 +0000
commit184679aad32efecdbffc6f3ef8ba19375f2c910f (patch)
tree2c3344ea3f956fc2c6e3af6e116d12d13b0fc6bc
parent7f97249a1c9c216f3b548e66642c9fcee8558d4c (diff)
downloaddrakx-184679aad32efecdbffc6f3ef8ba19375f2c910f.tar
drakx-184679aad32efecdbffc6f3ef8ba19375f2c910f.tar.gz
drakx-184679aad32efecdbffc6f3ef8ba19375f2c910f.tar.bz2
drakx-184679aad32efecdbffc6f3ef8ba19375f2c910f.tar.xz
drakx-184679aad32efecdbffc6f3ef8ba19375f2c910f.zip
do not translate empty string
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index cf9c04cd0..bc979ce5e 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -156,7 +156,7 @@ my %level = (
{},
{ label => N("You have selected Kerberos 5 for authentication, now you must choose the type of users information "), },
{},
- { label => N("") , val => \$authentication->{nsskrb}, type => 'list', list => [ keys %level ], format => sub { $level{$_[0]} } },
+ { label => "" , val => \$authentication->{nsskrb}, type => 'list', list => [ keys %level ], format => sub { $level{$_[0]} } },
{},
{ label => N("LDAP Server"), val => \$authentication->{LDAP_server}, disabled => sub { $authentication->{nsskrb} eq "1" } },
{ label => N("Base dn"), val => \$authentication->{LDAPDOMAIN} , disabled => sub { $authentication->{nsskrb} eq "1" } },