diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-02-01 19:19:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-02-01 19:19:25 +0000 |
commit | 91edb18c71eab641779a649ab248a3eccffefd35 (patch) | |
tree | 5427b7af76ce80887bfdd2ec06a693caff1382f6 | |
parent | 30e2a32f1b26b93d5d9aed310cb9be6f047a27d3 (diff) | |
download | urpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar urpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar.gz urpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar.bz2 urpmi-91edb18c71eab641779a649ab248a3eccffefd35.tar.xz urpmi-91edb18c71eab641779a649ab248a3eccffefd35.zip |
fix translating
-rw-r--r-- | urpm/dudf.pm | 2 |
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); |