summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-12 18:26:06 +0100
committerraveit65 <[email protected]>2019-11-12 18:26:06 +0100
commit3bd57f64e4633d58970089d2f5c26f7691a2d1e3 (patch)
tree1659f658d82b8ce7ada937b35b25f6e2acf252be
parent37f44f673b450a0f33c08c99c6787f493bda8def (diff)
downloadmate-power-manager-3bd57f64e4633d58970089d2f5c26f7691a2d1e3.tar.bz2
mate-power-manager-3bd57f64e4633d58970089d2f5c26f7691a2d1e3.tar.xz
tx: add fixes to makepot script
-rwxr-xr-xmakepot1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepot b/makepot
index 85446ad..0196268 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=mate-power-manager;
# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&