diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-26 14:43:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-26 14:43:23 +0000 |
commit | 806ccfa0bad23547fce604fba1ce2b9b51aefbfd (patch) | |
tree | 146c1cdfd742e390be8e87e7e7699e96a726dfd2 /perl-install/install/steps_gtk.pm | |
parent | c0e21e0454e66a88b9e0617940e2e2b0f2e6bf61 (diff) | |
download | drakx-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/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 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) ]), |