# HG changeset patch # User Martin Geisler # Date 1241259038 -7200 # Node ID a9c1172a025eff21c9e098f4303fc9f41baaa16f # Parent 79983cfa7efeacad5c0cd886d1d9fdee4ac14e93 Makefile: fixed comment diff -r 79983cfa7efe -r a9c1172a025e Makefile --- a/Makefile Sat May 02 11:44:57 2009 +0200 +++ b/Makefile Sat May 02 12:10:38 2009 +0200 @@ -86,9 +86,9 @@ # All strings marked for translation in Mercurial contain # ASCII characters only. But some files contain string # literals like this '\037\213'. xgettext thinks it has to - # parse these them even though they are not marked for - # translation. Extracting with an explicit encoding of - # ISO-8859-1 will make xgettext "parse" and ignore them. + # parse them even though they are not marked for translation. + # Extracting with an explicit encoding of ISO-8859-1 will make + # xgettext "parse" and ignore them. echo $^ | xargs \ xgettext --package-name "Mercurial" \ --msgid-bugs-address "" \