[Po4a-commits] po4a/lib/Locale/Po4a TransTractor.pm,1.36,1.37

Martin Quinson po4a-devel@lists.alioth.debian.org
Thu, 12 Aug 2004 16:58:22 +0000


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

Modified Files:
	TransTractor.pm 
Log Message:
Damn it, this string is dupplicated and I fixed only one occurence


Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- TransTractor.pm	12 Aug 2004 16:53:40 -0000	1.36
+++ TransTractor.pm	12 Aug 2004 16:58:20 -0000	1.37
@@ -934,7 +934,7 @@
 		$self->get_out_charset);
 	    return $text;
 	} 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";
+	    die dgettext("po4a","Couldn't determine the input document's character set. Please specify it on the command line.")."\n";
 	}
     }
 }