summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-09-20 18:09:08 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-09-20 18:09:08 +0000
commit84b6d6aaf97a1f36bb864a2711f082e4f3c0659f (patch)
tree04f74bd817ad7534c94759a796a66250f676f641 /urpm.pm
parentb5d2e117b60ef0c7305e1363363e2b0d2b4b120f (diff)
downloadurpmi-84b6d6aaf97a1f36bb864a2711f082e4f3c0659f.tar
urpmi-84b6d6aaf97a1f36bb864a2711f082e4f3c0659f.tar.gz
urpmi-84b6d6aaf97a1f36bb864a2711f082e4f3c0659f.tar.bz2
urpmi-84b6d6aaf97a1f36bb864a2711f082e4f3c0659f.tar.xz
urpmi-84b6d6aaf97a1f36bb864a2711f082e4f3c0659f.zip
updated pot file; merged two duplicate translatable strings
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index ab1f2e58..c14fe231 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1596,7 +1596,7 @@ this could happen if you mounted manually the directory when creating the medium
$urpm->{log}(N("computing md5sum of retrieved source hdlist (or synthesis)"));
unless (md5sum("$urpm->{cachedir}/partial/$basename") eq $retrieved_md5sum) {
#- XXX kludge. forced to do this to avoid double encoding under utf-8 locales, even with -CL
- $urpm->{error}(N("...retrieving failed: ", "") . N("md5sum mismatch"));
+ $urpm->{error}(N("...retrieving failed: %s", "") . N("md5sum mismatch"));
unlink "$urpm->{cachedir}/partial/$basename";
}
}