diff --git a/resources/lang/en/hilfe.php b/resources/lang/en/hilfe.php
index ca6c22c5d98e9fbee402c77215c23a742ba48f95..ab7563ae879bfa6e44b75fd9de78b05ca5839258 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)."
 ];