diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-06 16:47:48 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-03-06 16:47:48 +0000 |
commit | b3721a035be08860825621da662ddfbc83d25358 (patch) | |
tree | 9bba9d04cb4aa22660a20f04be247ac738980d11 /urpm.pm | |
parent | 572a57b7946e92aa010ba98957029bbe150e8992 (diff) | |
download | urpmi-b3721a035be08860825621da662ddfbc83d25358.tar urpmi-b3721a035be08860825621da662ddfbc83d25358.tar.gz urpmi-b3721a035be08860825621da662ddfbc83d25358.tar.bz2 urpmi-b3721a035be08860825621da662ddfbc83d25358.tar.xz urpmi-b3721a035be08860825621da662ddfbc83d25358.zip |
Small English fix and updated po files
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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})); |