diff options
-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 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) ]), |