From 1e7a6aa11b053bd4a6ce1edfdda545e42e6fc458 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 21 Oct 2009 09:51:17 +0000 Subject: fix dubious string ( '.' after \n) --- urpm/dudf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm/dudf.pm b/urpm/dudf.pm index 3165dc6a..664884eb 100644 --- a/urpm/dudf.pm +++ b/urpm/dudf.pm @@ -488,7 +488,7 @@ sub write_dudf { $self->upload_dudf; } else { - print N("Cannot write DUDF file\n."); + print N("Cannot write DUDF file.\n"); } } } -- cgit v1.2.1