diff options
-rwxr-xr-x | Rpmdrake/pkg.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 766aa26b..2844ea7e 100755 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -707,6 +707,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-( if (@errors || @error_msgs) { interactive_msg( N("Problem during installation"), + if_($nok, N("%d installation transactions failed", $nok) . "\n\n") . N("There was a problem during the installation:\n\n%s", join("\n", @errors, @error_msgs)), if_(@errors + @error_msgs > 1, scroll => 1), |