From ed25d0462d6be75a81d7ce36ae37eeff6733b753 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 5 Jan 2020 18:32:09 +0100 Subject: tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) diff --git a/makepot b/makepot index 1d19a7e..b15642b 100755 --- a/makepot +++ b/makepot @@ -3,3 +3,4 @@ PACKAGE=mate-indicator-applet; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +sed -i "/#, fuzzy/d" $PACKAGE.pot -- cgit v1.2.1