[Po4a-commits] po4a/lib/Locale/Po4a TransTractor.pm,1.35,1.36
Martin Quinson
po4a-devel@lists.alioth.debian.org
Thu, 12 Aug 2004 16:53:42 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv6323
Modified Files:
TransTractor.pm
Log Message:
Simplify a msg: an implementation subtlelity is not explained to the user
anymore, but explained as comment in the source file.
"in the command line" =~ s/in/on/
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- TransTractor.pm 9 Aug 2004 18:25:53 -0000 1.35
+++ TransTractor.pm 12 Aug 2004 16:53:40 -0000 1.36
@@ -792,7 +792,9 @@
$self->{TT}{'file_in_charset'} ne "ascii") {
$in_charset=$self->{TT}{'file_in_charset'};
} else {
- die dgettext("po4a","Couldn't determine the input document's character set before finding the first string that needs recoding. Please specify it in the command line.")."\n"
+ # 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"
}
}