diff options
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); } |