summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-01 19:19:25 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-01 19:19:25 +0000
commit91edb18c71eab641779a649ab248a3eccffefd35 (patch)
tree5427b7af76ce80887bfdd2ec06a693caff1382f6 /urpm
parent30e2a32f1b26b93d5d9aed310cb9be6f047a27d3 (diff)
downloadurpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar
urpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar.gz
urpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar.bz2
urpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar.xz
urpmi-91edb18c71eab641779a649ab248a3eccffefd35.zip
fix translating
Diffstat (limited to 'urpm')
-rw-r--r--urpm/dudf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/dudf.pm b/urpm/dudf.pm
index 97055ef8..8bb407a0 100644
--- a/urpm/dudf.pm
+++ b/urpm/dudf.pm
@@ -191,7 +191,7 @@ sub new {
if (! -f $self->{log_file})
{
output_safe($self->{log_file},
- N("# Here are logs of your DUDF uploads.\n# Line format is : <date time of generation> <uid>\n# You can use uids to see the content of your uploads at this url :\n# %s"), $base_url);
+ N("# Here are logs of your DUDF uploads.\n# Line format is : <date time of generation> <uid>\n# You can use uids to see the content of your uploads at this url :\n# %s", $base_url));
}
my $ug = new Data::UUID;
$self->{dudf_uid} = $ug->to_string($ug->create_str);