summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-06 12:23:09 +0100
committerraveit65 <[email protected]>2019-11-06 12:23:09 +0100
commitdc93bd19bc54fa6a04b7769b212bbd2718be4467 (patch)
treec06f672cab38c116737e782142a8b3479d0bd845
parent1b4e30193a97f42dbd7b5bad170105da961cd16d (diff)
downloadmate-system-monitor-dc93bd19bc54fa6a04b7769b212bbd2718be4467.tar.bz2
mate-system-monitor-dc93bd19bc54fa6a04b7769b212bbd2718be4467.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 2feba30..560ad9c 100755
--- a/makepot
+++ b/makepot
@@ -4,6 +4,7 @@ PACKAGE=mate-system-monitor;
# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot
# translations for user-quide
rm -f help/$PACKAGE.pot &&