From 84b6d6aaf97a1f36bb864a2711f082e4f3c0659f Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 20 Sep 2005 18:09:08 +0000 Subject: updated pot file; merged two duplicate translatable strings --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') 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"; } } -- cgit v1.2.1