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