diff options
author | Jiri Popelka <jpopelka@redhat.com> | 2011-12-07 17:58:34 +0100 |
---|---|---|
committer | Jiri Popelka <jpopelka@redhat.com> | 2012-01-05 12:22:43 +0100 |
commit | 81d60e09f348bcd047eb531888f997a72ace5fc7 (patch) | |
tree | 3a6d2925a5889943b4ea8f4e09d24c3a5fdf2824 | |
parent | ca5633ddb480f015c8d675483be237217ecb73cd (diff) | |
download | net-tools-81d60e09f348bcd047eb531888f997a72ace5fc7.tar.gz net-tools-81d60e09f348bcd047eb531888f997a72ace5fc7.tar.bz2 net-tools-81d60e09f348bcd047eb531888f997a72ace5fc7.zip |
Fix Content-Type in po files to avoid msgfmt warning.
de.po: warning: Charset "iso8859-1" is not a portable encoding name.
Message conversion to user's charset might not work.
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/pt_BR.po | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ msgstr "" "Last-Translator: Ralf Bächle <ralf@gnu.org>\n" "Language-Team:\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso8859-1\n" +"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: ../arp.c:110 ../arp.c:269 @@ -9,7 +9,7 @@ msgstr "" "Last-Translator: J.M.Vansteene <vanstee@worldnet.fr>\n" "Language-Team:\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso8859-1\n" +"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: ../arp.c:110 ../arp.c:269 diff --git a/po/pt_BR.po b/po/pt_BR.po index a994f94..9d94d5a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "PO-Revision-Date: 1999-03-01 02:38+0100\n" "Last-Translator: Arnaldo Carvalho de Melo <acme@conectiva.com.br>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO8859-9\n" +"Content-Type: text/plain; charset=iso-8859-9\n" "Content-Transfer-Encoding: 8bit\n" #: ../arp.c:110 ../arp.c:269 |