From 6638a36b6b838e8741087b2adcf610a7cebb9695 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 16 Nov 2019 13:09:57 +0100 Subject: [PATCH] tx: add fixes to makepot script --- makepot | 1 + 1 file changed, 1 insertion(+) diff --git a/makepot b/makepot index 7ec070b..5e6c403 100755 --- a/makepot +++ b/makepot @@ -4,6 +4,7 @@ PACKAGE=mate-terminal; # 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 &&