Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv32361
Modified Files:
po4a
Log Message:
Add '\n' where needed
Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- po4a 18 Jul 2004 08:33:36 -0000 1.9
+++ po4a 18 Jul 2004 08:42:53 -0000 1.10
@@ -269,7 +269,7 @@
unless ($arg =~ /^([^:]*):(.*)/);
my ($lang,$trans)=($1,$2);
die sprintf("%s:%d: ".
- gettext("The translated and master file are the same."),
+ gettext("The translated and master file are the
same.")."\n",
$config_file,$nb)
if ($main eq $trans);
Show replies by date