diff --git a/po/glossary/txt-to-pot.sh b/po/glossary/txt-to-pot.sh index 8736014880..04a2ec3180 100755 --- a/po/glossary/txt-to-pot.sh +++ b/po/glossary/txt-to-pot.sh @@ -5,7 +5,7 @@ # 23 March 2001 # with slight GnuCash modifications by Christian Stimming # 19 Aug 2001 - +# and 04 Sep 2020 by Frank H. Ellenberger #check args if [ $# -eq 0 ] then @@ -23,17 +23,19 @@ then exit 1; fi -# Note: Line 3: PROJECT and probably a few other variables are hardcoded +# Note: Line 2, 3, 9: PROJECT and probably a few other variables are hardcoded cat <, YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PROJECT VERSION\n" +"Project-Id-Version: GnuCash VERSION\n" +"Report-Msgid-Bugs-To: https://bugs.gnucash.org/enter_bug.cgi?" +"product=GnuCash&component=Translations\n" "POT-Creation-Date: `date +'%Y-%m-%d %H:%M%z'`\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n"