diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-25 14:10:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-25 14:10:11 +0000 |
commit | 51600bf37528b1ea33f34d3a27091125533002e5 (patch) | |
tree | 7275715395228e5ac718107e2ed53dbc1880e282 /edit-urpm-sources.pl | |
parent | bd11c18ca4be1db69b01b9fd1c55ece8212d39de (diff) | |
download | rpmdrake-51600bf37528b1ea33f34d3a27091125533002e5.tar rpmdrake-51600bf37528b1ea33f34d3a27091125533002e5.tar.gz rpmdrake-51600bf37528b1ea33f34d3a27091125533002e5.tar.bz2 rpmdrake-51600bf37528b1ea33f34d3a27091125533002e5.tar.xz rpmdrake-51600bf37528b1ea33f34d3a27091125533002e5.zip |
Add medium name in message window
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 55eea35a..49532029 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -898,7 +898,7 @@ sub mainwindow { N("This medium needs to be updated to be usable. Update it now ?"), yesno => 1, ) and do { - my $wait = wait_msg(N("Please wait, updating medium...")); + my $wait = wait_msg(N("Please wait, updating medium \"%s\"...", $urpm->{media}[$path]{name})); $reread_media->($urpm->{media}[$path]{name}); remove_wait_msg($wait); } |