aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 304eed35..d2113ff2 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1472,7 +1472,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
Gtk2::Button->new(N("More information on package...")),
clicked => sub {
interactive_msg(
- N("More information on package...") . "[$pkg->[0]]", #- FIXME don't concat
+ N("More information on package... [%s]", $pkg->[0]),
(join '' => cat_($pkg->[0])),
scroll => 1,
);