Hi all,
I fixed one annoying wrong translation in submenu for czech language.

Patch in attachement.

Thanks
Daniel

>From a06ac6bf6215b7c399b2c0da37e7e749e7e55f0f Mon Sep 17 00:00:00 2001
From: Daniel Milde <[email protected]>
Date: Thu, 3 Aug 2017 14:12:26 +0200
Subject: [PATCH] Fixed translation of Login in czech

Login has two meenings, but this one was incorrect, it meant "your username" in czech instead of "you can log in here".
---
 po/cs.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/cs.po b/po/cs.po
index 51e6e2c..7356bbd 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -281,7 +281,7 @@ msgid "UnFlag"
 msgstr "Odznačit"
 
 msgid "Login"
-msgstr "Přihlašovací jméno"
+msgstr "Přihlášení"
 
 #, php-format
 msgid "Logged-in as: %s"
-- 
2.13.3

Reply via email to