[Po4a-commits] "po4a/lib/Locale/Po4a TransTractor.pm,1.125,1.126"

Omar Campagne elric-guest at alioth.debian.org
Sat Jul 31 18:20:05 UTC 2010


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv5360/lib/Locale/Po4a

Modified Files:
	TransTractor.pm 
Log Message:
s/non-ascii/non-ASCII in runtime messages, coherence with docs


Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- TransTractor.pm	30 Jul 2010 16:59:18 -0000	1.125
+++ TransTractor.pm	31 Jul 2010 18:20:02 -0000	1.126
@@ -852,7 +852,7 @@
 	} else {
 	    # FYI, the document charset have to be determined *before* we see the first
 	    # string to recode.
-	    die wrap_mod("po4a", dgettext("po4a", "Couldn't determine the input document's charset. Please specify it on the command line. (non-ascii char at %s)"), $self->{TT}{non_ascii_ref})
+	    die wrap_mod("po4a", dgettext("po4a", "Couldn't determine the input document's charset. Please specify it on the command line. (non-ASCII char at %s)"), $self->{TT}{non_ascii_ref})
 	}
     }
 
@@ -1039,7 +1039,7 @@
 	                           $self->{TT}{'file_in_encoder'},
 	                           find_encoding($self->get_out_charset));
 	} else {
-	    die wrap_mod("po4a", dgettext("po4a", "Couldn't determine the input document's charset. Please specify it on the command line. (non-ascii char at %s)"), $self->{TT}{non_ascii_ref})
+	    die wrap_mod("po4a", dgettext("po4a", "Couldn't determine the input document's charset. Please specify it on the command line. (non-ASCII char at %s)"), $self->{TT}{non_ascii_ref})
 	}
     }
     return $text;




More information about the Po4a-commits mailing list