diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gotext.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gotext.go b/src/gotext.go index 098888f..d2ef382 100644 --- a/src/gotext.go +++ b/src/gotext.go @@ -316,7 +316,6 @@ func writePotFile(out io.Writer, msgIDs map[string][]msgIDT) { const header = `msgid "" msgstr "" "Language: \n" -"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" ` |