summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-22 13:43:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-22 13:43:44 +0000
commitfdde198ca5e44c8de0a2d6b7b654fdec378b43c1 (patch)
tree58b36d3368833144ea6cc211aa49f4d6c6e6de6d /perl-install/install2.pm
parent499805090758ee226b80e12257f8c4a9d6d90e6a (diff)
downloaddrakx-backup-do-not-use-fdde198ca5e44c8de0a2d6b7b654fdec378b43c1.tar
drakx-backup-do-not-use-fdde198ca5e44c8de0a2d6b7b654fdec378b43c1.tar.gz
drakx-backup-do-not-use-fdde198ca5e44c8de0a2d6b7b654fdec378b43c1.tar.bz2
drakx-backup-do-not-use-fdde198ca5e44c8de0a2d6b7b654fdec378b43c1.tar.xz
drakx-backup-do-not-use-fdde198ca5e44c8de0a2d6b7b654fdec378b43c1.zip
not translating in console installs (esp. newt) when the font is missing
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
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();