From 1e56128ef4ef8f5df4e4f6d11205c4f5094668f4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 2 Mar 2007 13:23:27 +0000 Subject: (perform_installation) better formating --- Rpmdrake/pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') 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); -- cgit v1.2.1