summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
diff --git a/makepot b/makepot
index ae3bf2f8..c37f8ab9 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,8 @@ PACKAGE=mate-control-center;
# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot
+sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&