diff options
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/gui.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index 34c65b1f..27764c82 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -839,7 +839,7 @@ sub toggle_nodes { } @cant; my $count = @reasons; interactive_msg( - ($count == 1 ? N("One package cannot be installed") : N("Some packages can't be installed")), + ($count == 1 ? N("One package cannot be installed") : N("Some packages cannot be installed")), ($count == 1 ? N("Sorry, the following package cannot be selected:\n\n%s", format_list(@reasons)) : N("Sorry, the following packages cannot be selected:\n\n%s", format_list(@reasons))), |