From 6ea134b523ec10effc700bd915ddd22c73e37a93 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 14 Oct 2004 02:06:51 +0000 Subject: Fix two English messages --- urpm.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 5ca89560..f1a1ee33 100644 --- a/urpm.pm +++ b/urpm.pm @@ -286,7 +286,7 @@ sub probe_medium { foreach (sort { length($a) <=> length($b) } keys %probe) { if ($medium->{url}) { $medium->{url} eq substr($_, 0, length($medium->{url})) or - $medium->{ignore} || $urpm->{error}(N("incoherent list file for \"%s\", medium ignored", $medium->{name})), + $medium->{ignore} || $urpm->{error}(N("inconsistent list file for \"%s\", medium ignored", $medium->{name})), $medium->{ignore} = 1, last; } else { $medium->{url} = $_; @@ -2594,7 +2594,7 @@ sub copy_packages_of_removable_media { } } else { #- we have a removable device that is not removable, well... - $urpm->{error}(N("incoherent medium \"%s\" marked removable but not really", $medium->{name})); + $urpm->{error}(N("inconsistent medium \"%s\" marked removable but not really", $medium->{name})); } }; -- cgit v1.2.1