diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-12 14:44:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-12 14:44:55 +0000 |
commit | ac3064abe30d739f4b2f8e16193ab4732c339c31 (patch) | |
tree | db63951c033eb99c160ab462346e4c038c60467c /perl-install/install/steps_gtk.pm | |
parent | 315fc8d4115762d246299c38ff506e119429e79d (diff) | |
download | drakx-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar drakx-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar.gz drakx-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar.bz2 drakx-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar.xz drakx-ac3064abe30d739f4b2f8e16193ab4732c339c31.zip |
(installPackages) add ":" at end of "time remaining" string
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 4a3501e74..47029173e 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -556,7 +556,7 @@ sub installPackages { hide_ref => \$show_advertising, height => 250, to_bottom => 1), gtknew('ProgressBar', fraction_ref => \ (my $pkg_progress), hide_ref => \$show_advertising), gtknew('HButtonBox', layout => 'start', children_loose => [ - N("Time remaining "), + N("Time remaining:"), gtknew('Label', text_ref => \ (my $msg_time_remaining = N("(estimating...)"))), ]), gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]), |