aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl2
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);
}