From 2ce5ee64b4a7749fdba61da33258f894d9fd2fe5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 13 Aug 2003 11:56:39 +0000 Subject: merge and translate for fr --- rpmdrake.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpmdrake.pm') diff --git a/rpmdrake.pm b/rpmdrake.pm index 47b94295..cf237657 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -372,8 +372,8 @@ sub show_urpm_progress { $label->set_label($label->get_label . N(" failed!")); $medium = undef; } else { - #-PO: We're downloading the said file from the said medium - length($file) > 60 and $file = $medium ? N("%s from medium %s", basename($file), $medium) + length($file) > 60 and $file = $medium ? #-PO: We're downloading the said file from the said medium + N("%s from medium %s", basename($file), $medium) : basename($file); if ($mode eq 'start') { $pb->set_fraction(0); -- cgit v1.2.1