From b45d8989f54d8194d72c7049dc48d424db23d09f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Feb 2008 14:21:14 +0000 Subject: (perform_installation) reserve some strings for global progress bar (#25181) --- Rpmdrake/pkg.pm | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.1