* fix merging of existing messages
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 27 Sep 2010 19:29:51 +0000 (21:29 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 27 Sep 2010 21:36:22 +0000 (23:36 +0200)
citadel/po/create-pot.sh

index 8c75b5c6ac7d1926b5a581ef6116e00f3836f54f..eb2888c02ac3ae5c3795f647ab12bee2fe472f03 100755 (executable)
@@ -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