diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-02-26 14:21:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-02-26 14:21:14 +0000 |
commit | b45d8989f54d8194d72c7049dc48d424db23d09f (patch) | |
tree | 7a6a254c1ccbf7d4f4477255da94e20f60c37342 /Rpmdrake/pkg.pm | |
parent | 498beae6d6323f504d89d2ac909db87918374834 (diff) | |
download | rpmdrake-b45d8989f54d8194d72c7049dc48d424db23d09f.tar rpmdrake-b45d8989f54d8194d72c7049dc48d424db23d09f.tar.gz rpmdrake-b45d8989f54d8194d72c7049dc48d424db23d09f.tar.bz2 rpmdrake-b45d8989f54d8194d72c7049dc48d424db23d09f.tar.xz rpmdrake-b45d8989f54d8194d72c7049dc48d424db23d09f.zip |
(perform_installation) reserve some strings for global progress bar (#25181)
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rw-r--r-- | Rpmdrake/pkg.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index b7efaf5e..81130b78 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -751,6 +751,10 @@ you may now inspect some in order to take actions:"), }, ); + N("RPM transaction %d/%d"); + N("Unselect all"); + N("Details"); + statusbar_msg_remove($statusbar_msg_id); #- XXX maybe remove this return_with_exit_code: |