From 9794615923c4aaa388377ceda5f127904615711f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 19 Nov 2001 19:04:29 +0000 Subject: for po i can't use $ for string interpolation --- perl-install/interactive_stdio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive_stdio.pm') 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, -- cgit v1.2.1