From c0879b8af9d65e04adc6851a9a44b85dfccee795 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 17 Nov 2005 16:04:48 +0000 Subject: "more strongly" is not correct English --- urpmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpmi b/urpmi index 4f48bd62..12d0f943 100755 --- a/urpmi +++ b/urpmi @@ -682,7 +682,7 @@ foreach my $set (@{$state->{transaction} || []}) { ++$nok; push @errors, @l; } else { - message_input(N("Try installation even more strongly (--force)? (y/N) "), + message_input(N("Try harder to install (--force)? (y/N) "), $force && $yesexpr, boolean => 1) =~ /[$yesexpr]/ or ++$nok, next; $urpm->{log}("starting force installing packages without deps"); @l = $urpm->install( -- cgit v1.2.1