From 51600bf37528b1ea33f34d3a27091125533002e5 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 25 Oct 2005 14:10:11 +0000 Subject: Add medium name in message window --- edit-urpm-sources.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edit-urpm-sources.pl') 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); } -- cgit v1.2.1