summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_stdio.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive_stdio.pm')
-rw-r--r--perl-install/interactive_stdio.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_stdio.pm b/perl-install/interactive_stdio.pm
index 5c0ffa882..ef77e8884 100644
--- a/perl-install/interactive_stdio.pm
+++ b/perl-install/interactive_stdio.pm
@@ -118,7 +118,7 @@ ask_fromW_begin:
$predo_widget->($_) foreach (@$l);
if (listlength(@$l) > 30) {
my $ll = listlength(@$l);
- print _("=> There are many things to choose from ($ll).\n");
+ print _("=> There are many things to choose from (%s).\n", $ll);
ask_fromW_handle_verylonglist:
print _(
"Please choose the first number of the 10-range you wish to edit,