diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-09-17 10:01:15 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-09-17 10:01:15 -0700 |
commit | 88c374dee8b63957b7523850508c9bd7b8c4f100 (patch) | |
tree | 3c24a4140d98bc0fed5ee88cfe0c152af4dad56f | |
parent | 30b5c389e6baae397d6c5c9fe9c7ed91a5296568 (diff) |
Arg, fixing the "Sharing your Translations" text, thanks engineer@gmc
-rw-r--r-- | modules/gallery/views/admin_languages.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_languages.html.php b/modules/gallery/views/admin_languages.html.php index ab370f88..fb30c7ba 100644 --- a/modules/gallery/views/admin_languages.html.php +++ b/modules/gallery/views/admin_languages.html.php @@ -98,6 +98,6 @@ </a> </div> -<h3>t("Sharing your translations")</h3> +<h3><?= t("Sharing your translations") ?></h3> <?= $share_translations_form ?> </div> |