From 53ea475ab1d68f843ecdd4034a90435bb116b110 Mon Sep 17 00:00:00 2001 From: Carsten Riel <carsten@suma-ev.de> Date: Mon, 21 Nov 2016 10:49:01 +0100 Subject: [PATCH] =?UTF-8?q?Item=20"Infobutton"=20|=20Texte=20erg=C3=A4nzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/en/hilfe.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/hilfe.php b/resources/lang/en/hilfe.php index ca6c22c5d..ab7563ae8 100644 --- a/resources/lang/en/hilfe.php +++ b/resources/lang/en/hilfe.php @@ -39,4 +39,6 @@ return [ "grossklein.title" => "Upper case vs. lower case", "grossklein.1" => "Upper case will not be distinguished from lower case", "grossklein.2" => "Searching for <div class=\"well well-sm\">Shakespeare</div> or <div class=\"well well-sm\">SHAKESPEARE</div> will deliver the same results as <div class=\"well well-sm\">shakespeare</div>", + "infobutton.title" => "I see a small \"I\" in some spots. What is it?", + "infobutton.1" => "You gain more information on the specific theme by clicking it (i.g. weather data or something)." ]; -- GitLab