summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-26 14:43:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-26 14:43:23 +0000
commit806ccfa0bad23547fce604fba1ce2b9b51aefbfd (patch)
tree146c1cdfd742e390be8e87e7e7699e96a726dfd2 /perl-install
parentc0e21e0454e66a88b9e0617940e2e2b0f2e6bf61 (diff)
downloaddrakx-806ccfa0bad23547fce604fba1ce2b9b51aefbfd.tar
drakx-806ccfa0bad23547fce604fba1ce2b9b51aefbfd.tar.gz
drakx-806ccfa0bad23547fce604fba1ce2b9b51aefbfd.tar.bz2
drakx-806ccfa0bad23547fce604fba1ce2b9b51aefbfd.tar.xz
drakx-806ccfa0bad23547fce604fba1ce2b9b51aefbfd.zip
replace "Estimating" with "(estimating...)" as suggested in #35103
Diffstat (limited to 'perl-install')
-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 d0857b541..58c215f8b 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -515,7 +515,7 @@ sub installPackages {
gtknew('ProgressBar', fraction_ref => \ (my $pkg_progress), hide_ref => \$show_advertising),
gtknew('Table', children => [ [
N("Time remaining "),
- gtknew('Label', text_ref => \ (my $msg_time_remaining = N("Estimating"))),
+ gtknew('Label', text_ref => \ (my $msg_time_remaining = N("(estimating...)"))),
] ]),
gtknew('HBox', children => [
1, gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]),