diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-13 11:53:52 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-13 11:53:52 +0000 |
commit | c5929a58dff62c29101b2d2c2c6e33cfc7e6b430 (patch) | |
tree | 818c57b5b20a8200b3434cb3511084e3ffe60486 /rpmdrake.pm | |
parent | 78ff8f3bdd1c46a4075def8499306d80e7bebb44 (diff) | |
download | rpmdrake-c5929a58dff62c29101b2d2c2c6e33cfc7e6b430.tar rpmdrake-c5929a58dff62c29101b2d2c2c6e33cfc7e6b430.tar.gz rpmdrake-c5929a58dff62c29101b2d2c2c6e33cfc7e6b430.tar.bz2 rpmdrake-c5929a58dff62c29101b2d2c2c6e33cfc7e6b430.tar.xz rpmdrake-c5929a58dff62c29101b2d2c2c6e33cfc7e6b430.zip |
*** empty log message ***
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') { |