diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:44:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:44:32 +0000 |
commit | 5ea1e2b5e04664190463d924933339e27930db99 (patch) | |
tree | 5984226444816ffc1fee6816d2777a95a549f9cf /urpm | |
parent | b859aef11d27e9a2f496436449013b252aee098a (diff) | |
download | urpmi-5ea1e2b5e04664190463d924933339e27930db99.tar urpmi-5ea1e2b5e04664190463d924933339e27930db99.tar.gz urpmi-5ea1e2b5e04664190463d924933339e27930db99.tar.bz2 urpmi-5ea1e2b5e04664190463d924933339e27930db99.tar.xz urpmi-5ea1e2b5e04664190463d924933339e27930db99.zip |
(_check) s/signatur/key/ in medium message
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/signature.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/signature.pm b/urpm/signature.pm index 5d723c6b..7e6cc368 100644 --- a/urpm/signature.pm +++ b/urpm/signature.pm @@ -75,7 +75,7 @@ sub _check { $invalid_sources{$filepath} = N("Missing signature (%s)", $verif); } } else { - $invalid_sources{$filepath} = N("Medium without signature (%s)", $verif); + $invalid_sources{$filepath} = N("Medium without key (%s)", $verif); } #- invoke check signature callback. $options{callback} and $options{callback}->( |