summaryrefslogtreecommitdiffstats
path: root/perl-install/install/media.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-11 17:25:38 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-11 17:25:38 +0000
commitfa0f865c4fad36af07b0f0be77e823a680780100 (patch)
tree59b6d2c8fe6c32e71ebc7011da338b0917d56af3 /perl-install/install/media.pm
parent03f9f0fc722d159ce3931a05a2cb10ebf601313a (diff)
downloaddrakx-backup-do-not-use-fa0f865c4fad36af07b0f0be77e823a680780100.tar
drakx-backup-do-not-use-fa0f865c4fad36af07b0f0be77e823a680780100.tar.gz
drakx-backup-do-not-use-fa0f865c4fad36af07b0f0be77e823a680780100.tar.bz2
drakx-backup-do-not-use-fa0f865c4fad36af07b0f0be77e823a680780100.tar.xz
drakx-backup-do-not-use-fa0f865c4fad36af07b0f0be77e823a680780100.zip
(print_with_progress) add more meaningfull title
Diffstat (limited to 'perl-install/install/media.pm')
-rw-r--r--perl-install/install/media.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm
index d8f32a5de..8a52befee 100644
--- a/perl-install/install/media.pm
+++ b/perl-install/install/media.pm
@@ -419,7 +419,7 @@ sub getAndSaveFile_progress_raw {
sub print_with_progress {
my ($in_wait, $msg, $size, $in, $out) = @_;
- my ($_wait, $wait_message) = $in_wait->wait_message_with_progress_bar(N("Please wait"));
+ my ($_wait, $wait_message) = $in_wait->wait_message_with_progress_bar(N("Please wait, retrieving file"));
$wait_message->($msg);
my $current = 0;