Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv17297
Modified Files:
po4a-translate
Log Message:
Message polishing
Index: po4a-translate
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-translate,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- po4a-translate 18 Jul 2004 05:13:24 -0000 1.23
+++ po4a-translate 18 Jul 2004 08:47:22 -0000 1.24
@@ -231,7 +231,7 @@
my ($percent,$hit,$queries) = $doc->stats();
my $error=0;
-print STDERR sprintf(gettext("%s is %s%% translated (%s of %s strings)"),
+print STDERR sprintf(gettext("%s is %s%% translated (%s of %s strings)."),
$master_filename,$percent,$hit,$queries)."\n"
if $verbose && ($percent>=$threshold);