summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-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 fb09f34ef..a4110f7dd 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -1056,7 +1056,7 @@ sub write {
}
#- deactivate translations on console for RTL languages
- if ($console_support->{$locale->{lang}}) {
+ if ($console_support{$locale->{lang}}) {
add2hash $h, { CONSOLE_NOT_LOCALIZED => $console_support{$locale->{lang}}{CONSOLE_NOT_LOCALIZED} }
}