summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 19:50:39 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 19:50:39 +0000
commitc8b9275a680b7b57bd85f2540dda885383adb3ef (patch)
tree003c72e2edb2443c4bdde0c8d787ac357f81e4ac /perl-install
parent30d441e3847eb11c5de781503af64d38358f5408 (diff)
downloaddrakx-backup-do-not-use-c8b9275a680b7b57bd85f2540dda885383adb3ef.tar
drakx-backup-do-not-use-c8b9275a680b7b57bd85f2540dda885383adb3ef.tar.gz
drakx-backup-do-not-use-c8b9275a680b7b57bd85f2540dda885383adb3ef.tar.bz2
drakx-backup-do-not-use-c8b9275a680b7b57bd85f2540dda885383adb3ef.tar.xz
drakx-backup-do-not-use-c8b9275a680b7b57bd85f2540dda885383adb3ef.zip
(auth) fix actually displaying "Domain Windows for authentication"
(spot by perl_checker)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/authentication.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 4089ccb21..a91a3ae90 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- drakauth:
+ o fix actually displaying "Domain Windows for authentication"
- draksec, drakxhelp:
o fix displaying "Mageia"
- use "splash" on the kernel command line vs. "splash=silent" as per upstream
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index bb26d230c..21b346282 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -895,7 +895,7 @@ sub add_cafile() {
sub auth() {
my $in = interactive->vnew;
$in->ask_from('', N(" "), [
- { label => N("Domain Windows for authentication : " , $authentication->{WINDOMAIN}) },
+ { label => N("Domain Windows for authentication : ") . $authentication->{WINDOMAIN} },
{},
{ label => N("Domain Admin User Name"), val => \$authentication->{winuser} },
{ label => N("Domain Admin Password"), val => \$authentication->{winpass}, hidden => 1 },