diff options
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 5c4c9221..47b94295 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -372,6 +372,7 @@ 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) : basename($file); if ($mode eq 'start') { |