aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake')
-rwxr-xr-xRpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 2844ea7e..392cdea6 100755
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -709,7 +709,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
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)),
+ join("\n\n", @errors, @error_msgs)),
if_(@errors + @error_msgs > 1, scroll => 1),
);
$w->set_sensitive(1);