diff options
author | raveit65 <[email protected]> | 2019-09-21 11:50:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-21 11:50:16 +0200 |
commit | ad5a58e3852d7028a7b22115f4729c860950e3a3 (patch) | |
tree | f0e39186c271674c03053c19099abf58862cf00e | |
parent | 193d18934599be8468254f66536e8350361bf789 (diff) | |
download | mate-menus-ad5a58e3852d7028a7b22115f4729c860950e3a3.tar.bz2 mate-menus-ad5a58e3852d7028a7b22115f4729c860950e3a3.tar.xz |
tx: Fix Content-Type in resource
"Content-Type: text/plain; charset=CHARSET\n" breaks distcheck!
Better:
"Content-Type: text/plain; charset=UTF-8\n"
-rw-r--r-- | mate-menus.pot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-menus.pot b/mate-menus.pot index 069545b..d5b7e52 100644 --- a/mate-menus.pot +++ b/mate-menus.pot @@ -6,15 +6,15 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: MATE Desktop Environment\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-20 14:55+0100\n" +"POT-Creation-Date: 2019-09-21 11:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../desktop-directories/mate-audio-video.directory.in.h:1 |