From f774ac89e0bd04b8bb1658937a2e1dd046ce2f88 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 18 Jan 2014 16:53:46 +0100 Subject: fix untranslated button & title in help dialogs (mga#9828) --- perl-install/interactive/gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 6b76b7d40..9b989b84f 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -838,6 +838,7 @@ sub display_help { if ($common->{interactive_help}) { output($f, $common->{interactive_help}->()); } + local $ENV{LC_ALL} = $::o->{locale}{lang} || 'C'; system('display_installer_help', $common->{interactive_help_id} || $f, $o->{locale}{lang}); } -- cgit v1.2.1