diff options
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, ); |