From b408a45dcf9569c6831e89d38bfa4f948f0c83f9 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 27 Sep 2010 21:29:51 +0200 Subject: [PATCH] * fix merging of existing messages --- citadel/po/create-pot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citadel/po/create-pot.sh b/citadel/po/create-pot.sh index 8c75b5c6a..eb2888c02 100755 --- a/citadel/po/create-pot.sh +++ b/citadel/po/create-pot.sh @@ -30,6 +30,6 @@ xgettext \ for x in *.po do - echo Merging webcit.pot into $x ... - msgmerge $x webcit.pot -o $x + echo Merging citadel-setup.pot into $x ... + msgmerge $x citadel-setup.pot -o $x done -- 2.39.2