From 14458a0c2e1bf4881e096063b44a5ae5abb6925d Mon Sep 17 00:00:00 2001 From: Carsten Riel <carsten@suma-ev.de> Date: Tue, 6 Dec 2016 07:19:39 +0100 Subject: [PATCH] Update languages.php --- resources/lang/en/languages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/languages.php b/resources/lang/en/languages.php index 72ae3792f..e13dfb229 100644 --- a/resources/lang/en/languages.php +++ b/resources/lang/en/languages.php @@ -5,7 +5,7 @@ return [ "beschreibung.1" => "Thank you for your aim to playing an active part in providing MetaGer in different languages. You can see the content of a specific file as a table with -possibly- empty textfields on the left side. These are the items of which we don't have a translation yet.", "beschreibung.2" => "Just type the translation of the right column in the empty field on the left side of it. You don't have to translate the name of the item, the #ID.", "progress" => ":uebersetzteTexte/:textCount snippets translated (:percentage%)", - "hinweis.1" => "Please click \"Submit data\" when finished. You don't have to transalte all items.", - "hinweis.2" => "<b>Hint</b>: You won't see your transalations until we checked and inserted it. Save your work by setting a bookmark.", + "hinweis.1" => "Please click \"Submit data\" when finished. You don't have to translate all items.", + "hinweis.2" => "<b>Hint</b>: You won't see your translations until we checked and inserted it. Save your work by setting a bookmark.", "hinweis.3" => "<b>Note</b>: We publish the hole content of your work on a<a href=\"https://gitlab.metager3.de/open-source/MetaGer\" target=\"_blank\" rel=\"noopener\">Publication</a>. This is subject to a AGPL-v3-License. You agree with clicking the \"Submit data\" button." ]; \ No newline at end of file -- GitLab