summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/modparm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modparm.pm b/perl-install/modparm.pm
index a52b98710..b8fe75f49 100644
--- a/perl-install/modparm.pm
+++ b/perl-install/modparm.pm
@@ -34,7 +34,7 @@ sub get_options_name($) {
if ($f == 1 && $g == 1) {
$c = _('1 character)');
} else {
- $c = _("$f-$g %s)", 'characters');
+ $c = sprintf("$f-$g %s)", _('characters'));
}
s/array \(min = \d+, max = \d+\)/$c/;
if (/parm:\s+(.+)/) {