From 0ff29d5744072cda5f0bb0b39c646d7b06c348de Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 18 Nov 2019 20:43:19 +0100 Subject: tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) diff --git a/makepot b/makepot index 28bb39a..fdfceb6 100755 --- a/makepot +++ b/makepot @@ -3,3 +3,4 @@ PACKAGE=mate-session-manager; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . +sed -i "/#, fuzzy/d" $PACKAGE.pot -- cgit v1.2.1