summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 81c5a9d52..138dcbc31 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -357,7 +357,7 @@ sub set {
$ENV{LANG} = $languages{$lang}[2];
$ENV{LANGUAGE} = $languages{$lang}[3];
- load_mo($ENV{LANG});
+ load_mo();
} else {
# stick with the default (English) */
delete $ENV{LANG};