diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-10 14:55:42 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-10 14:55:59 +0100 |
| commit | 6955281dff6eb3c2c3a5a76aa1becd9bde075dad (patch) | |
| tree | 7a718ea3ebce2ebde637db976477a2667ba8f011 | |
| parent | d01c0da2d0aa3d203c4aba1188de6833d5115d90 (diff) | |
| download | abakus-6955281dff6eb3c2c3a5a76aa1becd9bde075dad.tar.gz abakus-6955281dff6eb3c2c3a5a76aa1becd9bde075dad.zip | |
Fix missing semicolon in translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rw-r--r-- | po/cs/abakus.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/cs/abakus.po b/po/cs/abakus.po index 64ae0cb..5defdde 100644 --- a/po/cs/abakus.po +++ b/po/cs/abakus.po @@ -10,7 +10,7 @@ msgstr "" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain charset=UTF-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: _translatorinfo:1 |
