From b3721a035be08860825621da662ddfbc83d25358 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 6 Mar 2003 16:47:48 +0000 Subject: Small English fix and updated po files --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 62bfedc5..4aff62f2 100644 --- a/urpm.pm +++ b/urpm.pm @@ -2084,7 +2084,7 @@ sub get_source_packages { } } $list_warning && $medium->{list} && -r "$urpm->{statedir}/$medium->{list}" and - $urpm->{error}(N("medium \"%s\" use an invalid list file (mirror is problably not up-to-date, trying to use alternate method)", $medium->{name})); + $urpm->{error}(N("medium \"%s\" uses an invalid list file (mirror is problably not up-to-date, trying to use alternate method)", $medium->{name})); } elsif (!%list_examined) { $error = 1; $urpm->{error}(N("medium \"%s\" does not define any location for rpm files", $medium->{name})); -- cgit v1.2.1