summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 912fcdcb..ea0d19cb 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 "$$n" $< > "$$n"t; \
+ msgmerge --width=80 "$$n" $< > "$$n"t; \
mv -f "$$n"t "$$n"; \
done