[Po4a-commits] po4a/lib/Locale/Po4a TransTractor.pm,1.40,1.41
Martin Quinson
po4a-devel@lists.alioth.debian.org
Mon, 16 Aug 2004 23:40:25 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv9670
Modified Files:
TransTractor.pm
Log Message:
Prefix an error message with po4a:
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- TransTractor.pm 15 Aug 2004 07:57:01 -0000 1.40
+++ TransTractor.pm 16 Aug 2004 23:40:23 -0000 1.41
@@ -809,7 +809,7 @@
} else {
# FYI, the document charset have to be determined *before* we see the first
# string to recode.
- die dgettext("po4a","Couldn't determine the input document's character set. Please specify it on the command line.")."\n"
+ die "po4a: ".dgettext("po4a","Couldn't determine the input document's character set. Please specify it on the command line.")."\n"
}
}