[Po4a-commits] po4a/lib/Locale/Po4a Po.pm,1.35,1.36

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Tue, 15 Feb 2005 01:11:03 +0000


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

Modified Files:
	Po.pm 
Log Message:
Typo


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Po.pm	14 Feb 2005 23:19:24 -0000	1.35
+++ Po.pm	15 Feb 2005 01:11:00 -0000	1.36
@@ -292,7 +292,7 @@
 
     if ($poorig->count_entries() > $potrans->count_entries()) {
 	warn wrap_mod("po4a gettextize", dgettext("po4a",
-	    "Original has more strings that the translation (%d>%d). ".
+	    "Original has more strings than the translation (%d>%d). ".
 	    "Please fix it by editing the translated version to add some dummy entry."),
 		$poorig->count_entries() , $potrans->count_entries());
     } elsif ($poorig->count_entries() < $potrans->count_entries()) {