From 806ccfa0bad23547fce604fba1ce2b9b51aefbfd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 Nov 2007 14:43:23 +0000 Subject: replace "Estimating" with "(estimating...)" as suggested in #35103 --- perl-install/install/steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_gtk.pm') 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) ]), -- cgit v1.2.1