summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-14 13:46:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-14 13:46:32 +0000
commit2160cd12fa67d8f87e964bdd4d3eab104d4ba857 (patch)
treedb795f345f9853d76978e47e76a0185e585b908c /po/Makefile
parent4b96e0b312d4a0310add2705f507259773c0ea10 (diff)
downloadurpmi-2160cd12fa67d8f87e964bdd4d3eab104d4ba857.tar
urpmi-2160cd12fa67d8f87e964bdd4d3eab104d4ba857.tar.gz
urpmi-2160cd12fa67d8f87e964bdd4d3eab104d4ba857.tar.bz2
urpmi-2160cd12fa67d8f87e964bdd4d3eab104d4ba857.tar.xz
urpmi-2160cd12fa67d8f87e964bdd4d3eab104d4ba857.zip
Merge strings
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 ea0d19cb..2aa09bf6 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=80 "$$n" $< > "$$n"t; \
+ msgmerge --width=79 "$$n" $< > "$$n"t; \
mv -f "$$n"t "$$n"; \
done