aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
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);