From 5d6839e6a30bea0dd10b31b96fd57aa909fea6fc Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 8 Jun 2004 09:20:35 +0000 Subject: Clarify a confirmation message. --- urpmi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/urpmi b/urpmi index 44a6719b..024ad76c 100755 --- a/urpmi +++ b/urpmi @@ -442,7 +442,12 @@ if (@ask_unselect) { } else { my $noexpr = N("Nn"); my $yesexpr = N("Yy"); - message_input($msg . N(" (Y/n) "), $force && $yesexpr, boolean => 1) =~ /[$noexpr]/ and exit 0; + message_input( + $msg . N("\nContinue?") . N(" (Y/n) "), + $force && $yesexpr, + boolean => 1, + ) =~ /[$noexpr]/ + and exit 0; } } } -- cgit v1.2.1