summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r--perl-install/install_steps_newt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm
index 0b70e2039..e3d10243e 100644
--- a/perl-install/install_steps_newt.pm
+++ b/perl-install/install_steps_newt.pm
@@ -52,7 +52,7 @@ sub exitInstall {
sub selectLanguage {
my ($o) = @_;
$o->SUPER::selectLanguage;
- lang::load_console_font($o->{lang});
+ lang::load_console_font($o->{locale});
}