[Po4a-commits] po4a/lib/Locale/Po4a TransTractor.pm,1.42,1.43

Martin Quinson po4a-devel@lists.alioth.debian.org
Tue, 17 Aug 2004 23:13:56 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv3644

Modified Files:
	TransTractor.pm 
Log Message:
Cosmetic on error message

Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- TransTractor.pm	17 Aug 2004 22:38:51 -0000	1.42
+++ TransTractor.pm	17 Aug 2004 23:13:54 -0000	1.43
@@ -811,7 +811,7 @@
 	} else {
 	    # FYI, the document charset have to be determined *before* we see the first
 	    # string to recode.
-	    die "po4a: ".sprintf(dgettext("po4a","Couldn't determine the input document's character set. Please specify it on the command line. First non-ascii character appears in %s"),$self->{TT}{non_ascii_ref})."\n"
+	    die "po4a: ".sprintf(dgettext("po4a","Couldn't determine the input document's character set. Please specify it on the command line. (non-ascii char at %s)"),$self->{TT}{non_ascii_ref})."\n"
 	}
     }