diff options
-rw-r--r-- | urpm/orphans.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 8c85528f..8cef8a59 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -360,7 +360,7 @@ sub get_now_orphans_msg { my @orphans = map { scalar $_->fullname } @$orphans or return ''; P("The following package is now orphan, if you wish to remove it, you can use \"urpme --auto-orphans\".", - "The following packages are now orphans, if you wish to remove it, you can use \"urpme --auto-orphans\".", scalar(@orphans)) + "The following packages are now orphans, if you wish to remove them, you can use \"urpme --auto-orphans\".", scalar(@orphans)) . "\n" . add_leading_spaces(join("\n", sort @orphans) . "\n"); } |