summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-05 14:50:28 +0100
committerraveit65 <[email protected]>2020-01-05 14:50:28 +0100
commit0900a1f92c0846730d02dd5ee7c8d24beed9b2e6 (patch)
tree15fefa0447a034eee2b361e1d72668d98c7a199d /makepot
parent155e0c8838ee709f83d958641c7c286455dc625c (diff)
downloadmate-sensors-applet-0900a1f92c0846730d02dd5ee7c8d24beed9b2e6.tar.bz2
mate-sensors-applet-0900a1f92c0846730d02dd5ee7c8d24beed9b2e6.tar.xz
tx: add fixes to makepot script
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepot b/makepot
index 4626645..d9ed099 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=mate-sensors-applet;
# 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 &&