Source: webdruid Version: 0.5.4-12.1 Tags: l10n patch
po/pl.po declares ISO-8859-1, but it's in fact ISO-8859-2. The attached patch fixes this.
-- Jakub Wilk
--- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ "Last-Translator: Johan Poirier <[email protected]>\n" "Language-Team: French <[email protected]>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit" msgid "-A num = Display num top agents"

