From 91edb18c71eab641779a649ab248a3eccffefd35 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Feb 2012 19:19:25 +0000 Subject: fix translating --- urpm/dudf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : \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 : \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); -- cgit v1.2.1