[Po4a-devel][CVS] po4a po4a-updatepo,1.24,1.25
Martin Quinson
po4a-devel@lists.alioth.debian.org
Mon, 09 Aug 2004 19:30:59 +0000
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv22348
Modified Files:
po4a-updatepo
Log Message:
Fix another message fuzziness
Index: po4a-updatepo
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-updatepo,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- po4a-updatepo 8 Aug 2004 07:19:05 -0000 1.24
+++ po4a-updatepo 9 Aug 2004 19:30:56 -0000 1.25
@@ -185,7 +185,7 @@
my ($doc)=Locale::Po4a::Chooser::new($format,%options);
map { -e $_ || die sprintf(gettext("File %s does not exist."),$_)."\n" } @masterfiles;
-map { die(gettext("po4a-update can't take the input po from the file '-'."))."\n"
+map { die(gettext("po4a-updatepo can't take the input po from stdin."))."\n"
if $_ eq '-' && !-e '-'} @pofiles;
my ($pot_filename);