gnucash maint: txt-to-pot.sh: revert CHARSET change from last commit

Frank H.Ellenberger fell at code.gnucash.org
Sat Jun 29 06:54:12 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/dd108671 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0f815d9d (commit)



commit dd10867195c6fb5d166c29e7f02ab0f10dbcf76b
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Jun 29 12:53:44 2019 +0200

    txt-to-pot.sh: revert CHARSET change from last commit

diff --git a/po/glossary/txt-to-pot.sh b/po/glossary/txt-to-pot.sh
index 82f99dd69..b83bb6336 100755
--- a/po/glossary/txt-to-pot.sh
+++ b/po/glossary/txt-to-pot.sh
@@ -23,7 +23,7 @@ then
 	exit 1;
 fi
 
-# Note: Line 3: PACKAGE, 15: from-code and probably a few other variables are hardcoded
+# Note: Line 3: PACKAGE and probably a few other variables are hardcoded
 cat <<!
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -40,7 +40,7 @@ msgstr ""
 "Language-Team: LANGUAGE <LL at li.org>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 



Summary of changes:
 po/glossary/txt-to-pot.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list