From b4a7fe8d8fc3551495304c56342ccecc0185ac9c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 6 Dec 2020 11:00:35 -0500 Subject: [PATCH] Add bug reporting address to pot files Fixes: #3451 --- make-pot | 1 + 1 file changed, 1 insertion(+) diff --git a/make-pot b/make-pot index afedf38e26..ad3c3ad97a 100755 --- a/make-pot +++ b/make-pot @@ -42,6 +42,7 @@ fi $XGETTEXT --default-domain="$GETTEXT_PACKAGE" \ --directory="$top_srcdir" \ + --msgid-bugs-address="https://gitlab.gnome.org/GNOME/gtk/-/issues/" \ --add-comments \ $XGETTEXT_KEYWORDS \ --from-code=utf-8 \