From 9b0e910fad286278b22b2f87ff51d0e395c32c0e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 5 Jun 2010 20:28:42 +0000 Subject: fix displaying encoded reason --- perl-install/NEWS | 1 + perl-install/standalone/notify-x11-free-driver-switch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 77d80b645..0d2aff1c8 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,5 @@ - harddrake: + o fix displaying encoded reason o fix translating reasons for 2nd stage warning - localedrake: o fix listing locales only providing UTF8 metadata (#59634, Herton diff --git a/perl-install/standalone/notify-x11-free-driver-switch b/perl-install/standalone/notify-x11-free-driver-switch index 38bd8cba3..5ee462045 100755 --- a/perl-install/standalone/notify-x11-free-driver-switch +++ b/perl-install/standalone/notify-x11-free-driver-switch @@ -13,7 +13,7 @@ my $driver = eval { } || N("unknown"); -my $reason = cat_($ENV{LOCK}); +my $reason = cat_utf8($ENV{LOCK}); $in->ask_warn(N("Warning"), join("\n\n", -- cgit v1.2.1