From bf21c97338e6a7660a7e2447c6643b4f357c912c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 9 Jan 2020 15:24:50 +0100 Subject: tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) diff --git a/makepot b/makepot index 5d8b17f7..63458c42 100755 --- a/makepot +++ b/makepot @@ -15,6 +15,7 @@ TRASH=mate-trashapplet; # main translation make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +sed -i "/#, fuzzy/d" $PACKAGE.pot # accessx-status make -C accessx-status/docs $ACCESSX.pot \ -- cgit v1.2.1