summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-08-06 13:43:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-08-06 13:43:26 +0000
commit21fbfdfead833c685b255edb3c3460198ce89877 (patch)
tree53d5fe3042a57097040f468982deb062737fe26a /perl-install/install_steps_gtk.pm
parentf18434c76326cf6c58d24dc67ef4707ec72f400d (diff)
downloaddrakx-backup-do-not-use-21fbfdfead833c685b255edb3c3460198ce89877.tar
drakx-backup-do-not-use-21fbfdfead833c685b255edb3c3460198ce89877.tar.gz
drakx-backup-do-not-use-21fbfdfead833c685b255edb3c3460198ce89877.tar.bz2
drakx-backup-do-not-use-21fbfdfead833c685b255edb3c3460198ce89877.tar.xz
drakx-backup-do-not-use-21fbfdfead833c685b255edb3c3460198ce89877.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 62993d55e..77ad2c850 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -568,7 +568,7 @@ sub installPackages {
$nb = $_[0];
$total_size = $_[1]; $current_total_size = 0;
$start_time = time();
- $msg->set(_("%d packages", $nb) . _(", %U MB", $total_size / sqr(1024)));
+ $msg->set(_("%d packages", $nb));
$w->flush;
} elsif ($m =~ /^Starting installing package/) {
$progress->update(0);