Mercurial > hg
diff Makefile @ 8273:a9c1172a025e
Makefile: fixed comment
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 02 May 2009 12:10:38 +0200 |
parents | 79983cfa7efe |
children | 94e91205d9b6 |
line wrap: on
line diff
--- 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 "<mercurial-devel@selenic.com>" \