[Po4a-devel][CVS] po4a/lib/Locale/Po4a Xml.pm,1.9,1.10

Martin Quinson po4a-devel@lists.alioth.debian.org
Sat, 07 Aug 2004 04:34:14 +0000


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

Modified Files:
	Xml.pm 
Log Message:
Clarify a message (IMHO)


Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Xml.pm	5 Aug 2004 00:12:06 -0000	1.9
+++ Xml.pm	7 Aug 2004 04:34:11 -0000	1.10
@@ -266,7 +266,7 @@
 	} elsif ($options->{'type'} eq "attribute") {
 		$comment = "Attribute '".$options->{'attribute'}."' of: ".$self->get_path;
 	} else {
-		die dgettext("po4a","po4a::xml: Internal error: unknown string type.")."\n";
+		die dgettext("po4a","po4a::xml: Internal error: unknown type identifier.")."\n";
 	}
 
 	$text = $self->translate($text,$ref,$comment,'wrap'=>$wrap);