diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index b54c57c4..59b4095c 100644 --- a/po/Makefile +++ b/po/Makefile @@ -25,7 +25,7 @@ all: $(GOALS) merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ - msgmerge --width=79 "$$n" $< > "$$n"t; \ + msgmerge "$$n" $< > "$$n"t; \ mv -f "$$n"t "$$n"; \ done |