summaryrefslogtreecommitdiff
path: root/tools/translations/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/translations/Makefile')
-rw-r--r--tools/translations/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/translations/Makefile b/tools/translations/Makefile
index 8f336694e8..bea20e877d 100644
--- a/tools/translations/Makefile
+++ b/tools/translations/Makefile
@@ -12,7 +12,7 @@ update:
merge:
@for po in $(POFILES); do \
echo -e "\nMerging $$po..."; \
- msgmerge -w 80 -C $$po $$po $(TEMPLATE) > "$$po".new; \
+ msgmerge -w 79 -C $$po $$po $(TEMPLATE) > "$$po".new; \
mv -f "$$po".new $$po; \
done