diff options
Diffstat (limited to 'perl-install/standalone/notify-x11-free-driver-switch')
-rwxr-xr-x | perl-install/standalone/notify-x11-free-driver-switch | 2 |
1 files changed, 1 insertions, 1 deletions
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", |