From fdde198ca5e44c8de0a2d6b7b654fdec378b43c1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Feb 2002 13:43:44 +0000 Subject: not translating in console installs (esp. newt) when the font is missing --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 05c0f2646..fd75df2b8 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -517,7 +517,7 @@ sub main { #- needed very early for install_steps_gtk eval { ($o->{mouse}, @{$o->{wacom} = []}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; - $o->{lang} = lang::set($o->{lang}); #- mainly for defcfg + $o->{lang} = lang::set($o->{lang}) if $o->{lang} ne 'en_US'; #- mainly for defcfg start_i810fb(); -- cgit v1.2.1