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/standalone/notify-x11-free-driver-switch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/notify-x11-free-driver-switch') 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