diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ i18n/hg.pot: $(PYTHON_FILES) # Extracting with an explicit encoding of ISO-8859-1 will make # xgettext "parse" and ignore them. echo $^ | xargs \ - xgettext --package-name "Mercurial" \ + xgettext --width 82 --package-name "Mercurial" \ --msgid-bugs-address "" \ --copyright-holder "Matt Mackall and others" \ --from-code ISO-8859-1 --join --sort-by-file \