From 67d197d1edf2cfecec03ca82dce8e88346de503d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 7 Apr 2003 11:14:05 +0000 Subject: use nonexistent instead. --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 5b0eedd0..79695dfb 100644 --- a/urpm.pm +++ b/urpm.pm @@ -932,7 +932,7 @@ sub select_media { } elsif (@foundi == 1) { $foundi[0]{modified} = 1; } elsif (@found == 0 && @foundi == 0) { - $urpm->{error}(N("trying to select inexistent medium \"%s\"", $_)); + $urpm->{error}(N("trying to select nonexistent medium \"%s\"", $_)); } else { #- multiple element in found or foundi list. $urpm->{log}(N("selecting multiple media: %s", join(", ", map { N("\"%s\"", $_->{name}) } (@found ? @found : @foundi)))); #- changed behaviour to select all occurence by default. -- cgit v1.2.1