diff --git a/docs/js/Language.js b/docs/js/Language.js
index 1cd66a2..6bfd8d2 100644
--- a/docs/js/Language.js
+++ b/docs/js/Language.js
@@ -58,7 +58,7 @@ lang.tabFile.helpQueueingTheory="Warteschlangentheorie";
lang.tabFile.helpGlossary="Glossar";
lang.tabFile.helpInfo="Info & Mehr";
lang.tabFile.helpInfoText1="Diese WebApp ist auf die Animation einfacher Warteschlangenmodelle beschränkt.";
-lang.tabFile.helpInfoText2="Für die Simulation komplexerer Modelle inkl. einer detaillierten Statistikerfassung steht das Opensource Desktopprogramm Warteschlangensimulator zur Verfügung. ";
+lang.tabFile.helpInfoText2="Für die Simulation komplexerer Modelle inkl. einer detaillierten Statistikerfassung steht das Opensource Desktopprogramm Warteschlangensimulator zur Verfügung. Der Warteschlangensimulator kann die Modelle, die mit dieser Webapp erstellt wurden, zur Weiterverwendung importieren.";
lang.tabFile.helpInfoText3="Alle Simulationen laufen vollständig im Browser ab.
Diese WebApp führt nach dem Laden des HTML- und Skriptcodes keine weitere Kommunikation mit dem Server durch.";
lang.tabFile.helpHome="warteschlangensimulation.de";
lang.tabFile.helpHomeURL="https://warteschlangensimulation.de";
@@ -361,7 +361,7 @@ lang.tabFile.helpQueueingTheory="Queueing theory";
lang.tabFile.helpGlossary="Glossary";
lang.tabFile.helpInfo="Info & more";
lang.tabFile.helpInfoText1="This WebApp is limited to animating simple queueing models.";
-lang.tabFile.helpInfoText2="For the simulation of more complex models including a detailed statistics recording the open source desktop program Warteschlangensimulator is available. ";
+lang.tabFile.helpInfoText2="For the simulation of more complex models including a detailed statistics recording the open source desktop program Warteschlangensimulator is available. Warteschlangensimulator can import the models created with this WebApp for further use.";
lang.tabFile.helpInfoText3="All simulations are performed entirely in the browser.
This WebApp does not perform any further communication with the server after loading the HTML and script code.";
lang.tabFile.helpHome="queueingsimulation.de";
lang.tabFile.helpHomeURL="https://queueingsimulation.de";