# HG changeset patch # User Mads Kiilerich # Date 2019-11-14 09:12:22 # Node ID f626260a376ce3e053c43f09607adca719ead27a # Parent d6a56c5a77fcef773480ca63087954d1b1dc3687 i18n: extract_messages will use 'utf-8', bot msgmerge will uppercase it ... so let's just do that consistently diff --git a/kallithea/i18n/kallithea.pot b/kallithea/i18n/kallithea.pot --- a/kallithea/i18n/kallithea.pot +++ b/kallithea/i18n/kallithea.pot @@ -5,5 +5,5 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@kallithea-scm.org\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"