From ebe684c936587b4e301856a40243d91878223068 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Jun 30 2017 11:58:11 +0000 Subject: plugins: Fix typo in "lt" translation header "Plural-Forms" header contained a typo causing sealert to crash. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1376770 Signed-off-by: Vit Mojzis --- diff --git a/plugins/po/lt.po b/plugins/po/lt.po index 26bd42b..1a26c07 100644 --- a/plugins/po/lt.po +++ b/plugins/po/lt.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 or n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Zanata 3.8.4\n" #: ../src/allow_anon_write.py:27