diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index af15998b0..0b75b996c 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -47,7 +47,7 @@ sub translate_real { $s or return ''; foreach (@::textdomains, 'libDrakX') { my $s2; - if ($o_nb) { + if ($o_plural) { $s2 = Locale::gettext::dngettext($_, $s, $o_plural, $o_nb); } else { $s2 = Locale::gettext::dgettext($_, $s); |