summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-22 01:58:19 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-22 01:58:19 +0100
commit0640ea0a3d7b3261546f541a4556240e318b4141 (patch)
treede5b9a5c664ce101bbdaf769fb953bf1632cd993 /perl-install/any.pm
parentdc7120917c1d2a6c1d2cb828e4418bda18773553 (diff)
downloaddrakx-0640ea0a3d7b3261546f541a4556240e318b4141.tar
drakx-0640ea0a3d7b3261546f541a4556240e318b4141.tar.gz
drakx-0640ea0a3d7b3261546f541a4556240e318b4141.tar.bz2
drakx-0640ea0a3d7b3261546f541a4556240e318b4141.tar.xz
drakx-0640ea0a3d7b3261546f541a4556240e318b4141.zip
fix untranslated button
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index bcbb990a0..1d5eb104b 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1078,6 +1078,7 @@ sub get_release_notes {
sub run_display_release_notes {
my ($release_notes) = @_;
output('/tmp/release_notes.html', $release_notes);
+ local $ENV{LC_ALL} = $::o->{locale}{lang} || 'C';
run_program::raw({ detach => 1 }, '/usr/bin/display_release_notes.pl');
}