diff options
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/pkg.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 4182dfa1..5f222cdc 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -915,9 +915,9 @@ you may now inspect some in order to take actions:"), exit(0); } - N("RPM transaction %d/%d"); - N("Unselect all"); - N("Details"); + my $_s1 = N("RPM transaction %d/%d", 0, 0); + my $_s2 = N("Unselect all"); + my $_s3 = N("Details"); statusbar_msg_remove($statusbar_msg_id); #- XXX maybe remove this |