aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-08-13 11:56:39 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-08-13 11:56:39 +0000
commit2ce5ee64b4a7749fdba61da33258f894d9fd2fe5 (patch)
treeab10d667ad5ce345a9f02a5694363863cbf4ffee /rpmdrake.pm
parentc5929a58dff62c29101b2d2c2c6e33cfc7e6b430 (diff)
downloadrpmdrake-2ce5ee64b4a7749fdba61da33258f894d9fd2fe5.tar
rpmdrake-2ce5ee64b4a7749fdba61da33258f894d9fd2fe5.tar.gz
rpmdrake-2ce5ee64b4a7749fdba61da33258f894d9fd2fe5.tar.bz2
rpmdrake-2ce5ee64b4a7749fdba61da33258f894d9fd2fe5.tar.xz
rpmdrake-2ce5ee64b4a7749fdba61da33258f894d9fd2fe5.zip
merge and translate for fr
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm4
1 files changed, 2 insertions, 2 deletions
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);