Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv21556
Modified Files:
po4a
Log Message:
Fix a typo inverting the meaning of the message
Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- po4a 29 Jul 2004 01:27:51 -0000 1.13
+++ po4a 9 Aug 2004 19:27:26 -0000 1.14
@@ -408,7 +408,7 @@
if (defined ($document{$master}{"add_$lang"})) {
foreach my $add (@{$document{$master}{"add_$lang"}}) {
if ( !$doc->addendum($add) ) {
- die sprintf(gettext("Addendum %s does apply to %s (translation
discarded)."),
+ die sprintf(gettext("Addendum %s does NOT apply to %s (translation
discarded)."),
$add,$document{$master}{$lang})."\n";
unlink($document{$master}{$lang}) if (-e $document{$master}{$lang});
next DOC;
Show replies by date