From f482b498a25326ae380c16f22dfdfc34ec6edfe3 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Wed, 26 Jul 2017 18:32:36 -0400 Subject: [PATCH] po: Fix Plural-Forms header for es and gl Fixes 315801. --- po/es.po | 2 +- po/gl.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/es.po b/po/es.po index e802c71e9..9069b04f6 100644 --- a/po/es.po +++ b/po/es.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2: plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: Spanish\n" "X-Poedit-Country: SPAIN\n" diff --git a/po/gl.po b/po/gl.po index 4faae1937..054115517 100644 --- a/po/gl.po +++ b/po/gl.po @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2: plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: Galician\n" "X-Poedit-Country: SPAIN\n"