aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 22763907..4923817a 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -2054,7 +2054,7 @@ you may now inspect some in order to take actions:"),
gtknew('Button', text => N("Upgrade information about this package")),
clicked => sub {
interactive_msg_(
- N("Upgrade information about package %s", $fullname),
+ N("Upgrade information about package %s", $Readmes{$fullname}),
(join '' => formatAlaTeX(scalar cat_($fullname))),
scroll => 1,
);