diff options
author | Francois Pons <fpons@mandriva.com> | 2003-04-07 11:14:05 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-04-07 11:14:05 +0000 |
commit | 67d197d1edf2cfecec03ca82dce8e88346de503d (patch) | |
tree | 75b5fef9e5d50833ea9ef4157a4823349a6af841 | |
parent | e32fa94d358fac6260b17e136219e66f30931fe5 (diff) | |
download | urpmi-67d197d1edf2cfecec03ca82dce8e88346de503d.tar urpmi-67d197d1edf2cfecec03ca82dce8e88346de503d.tar.gz urpmi-67d197d1edf2cfecec03ca82dce8e88346de503d.tar.bz2 urpmi-67d197d1edf2cfecec03ca82dce8e88346de503d.tar.xz urpmi-67d197d1edf2cfecec03ca82dce8e88346de503d.zip |
use nonexistent instead.
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |