diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rwxr-xr-x | perl-install/standalone/notify-x11-free-driver-switch | 2 |
2 files changed, 2 insertions, 1 deletions
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", |