diff options
Diffstat (limited to 'core/views/admin_languages.html.php')
-rw-r--r-- | core/views/admin_languages.html.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/core/views/admin_languages.html.php b/core/views/admin_languages.html.php index b0f6fa26..abeaf362 100644 --- a/core/views/admin_languages.html.php +++ b/core/views/admin_languages.html.php @@ -1,6 +1,11 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div id="gLanguages"> - <h1> <?= t("Language Settings") ?> </h1> + <h2> <?= t("Languages") ?> </h2> - <?= $form ?> + <?= $settings_form ?> + + <?= $update_translations_form ?> + + <h2> <?= t("Your Own Translations") ?> </h2> + <?= $share_translations_form ?> </div> |