summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-12 14:44:55 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-12 14:44:55 +0000
commitac3064abe30d739f4b2f8e16193ab4732c339c31 (patch)
treedb63951c033eb99c160ab462346e4c038c60467c /perl-install/install/steps_gtk.pm
parent315fc8d4115762d246299c38ff506e119429e79d (diff)
downloaddrakx-backup-do-not-use-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar
drakx-backup-do-not-use-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar.gz
drakx-backup-do-not-use-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar.bz2
drakx-backup-do-not-use-ac3064abe30d739f4b2f8e16193ab4732c339c31.tar.xz
drakx-backup-do-not-use-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.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 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) ]),