[Po4a-devel][CVS] po4a po4a-gettextize,1.17,1.18

Denis Barbier po4a-devel@lists.alioth.debian.org
Wed, 28 Apr 2004 21:52:26 +0000


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv28645

Modified Files:
	po4a-gettextize 
Log Message:
Fix syntax error


Index: po4a-gettextize
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-gettextize,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- po4a-gettextize	28 Apr 2004 21:36:31 -0000	1.17
+++ po4a-gettextize	28 Apr 2004 21:52:24 -0000	1.18
@@ -142,7 +142,7 @@
 
 
 sub show_version {
-    print sprintf(gettext("%s version %s.\nwritten by Martin Quinson and Denis Barbier.\n\nCopyright (C) 2002, 2003, 2004 Software of Public Interest, Inc.\nThis is free software; see source code for copying\nconditions. There is NO warranty; not even for \nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"),$"po4a-gettextize",VERSION);
+    print sprintf(gettext("%s version %s.\nwritten by Martin Quinson and Denis Barbier.\n\nCopyright (C) 2002, 2003, 2004 Software of Public Interest, Inc.\nThis is free software; see source code for copying\nconditions. There is NO warranty; not even for \nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"), "po4a-gettextize", $VERSION);
 }
 
 my ($pofile)=('-');