]> code.citadel.org Git - citadel.git/blobdiff - citadel/po/create-pot.sh
* add translations from launchpad
[citadel.git] / 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