summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-11-19 19:04:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-11-19 19:04:29 +0000
commit9794615923c4aaa388377ceda5f127904615711f (patch)
treee614612557b27e7e27ff6d97ee85d83dca243866
parentda2756df0ac6b0b94791acd48db10ed1d7210a4d (diff)
downloaddrakx-backup-do-not-use-9794615923c4aaa388377ceda5f127904615711f.tar
drakx-backup-do-not-use-9794615923c4aaa388377ceda5f127904615711f.tar.gz
drakx-backup-do-not-use-9794615923c4aaa388377ceda5f127904615711f.tar.bz2
drakx-backup-do-not-use-9794615923c4aaa388377ceda5f127904615711f.tar.xz
drakx-backup-do-not-use-9794615923c4aaa388377ceda5f127904615711f.zip
for po i can't use $ for string interpolation
-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,