diff --git a/plugins/dynamix/help/helptext.txt b/languages/en_US/helptext.txt similarity index 100% rename from plugins/dynamix/help/helptext.txt rename to languages/en_US/helptext.txt diff --git a/plugins/dynamix/include/Translations.php b/plugins/dynamix/include/Translations.php index 317adf66a..4afceb00e 100644 --- a/plugins/dynamix/include/Translations.php +++ b/plugins/dynamix/include/Translations.php @@ -69,8 +69,8 @@ $language = []; $locale = $_SESSION['locale']; $return = "function _(t){return t;}"; $jscript = "$docroot/webGui/javascript/translate.en_US.js"; -$root = "$docroot/webGui/help/helptext.txt"; -$help = "$docroot/webGui/help/helptext.dot"; +$root = "$docroot/languages/en_US/helptext.txt"; +$help = "$docroot/languages/en_US/helptext.dot"; if ($locale) { $text = "$docroot/languages/$locale/translations.txt";