diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-20 12:45:04 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-20 12:45:04 -0700 |
commit | 6899af367b7766a6c7afa0f3e551b8d82230fd3f (patch) | |
tree | 0deaf12b3a857bf9f3894df7742aa869f41c48d6 /modules/gallery/views | |
parent | 9db310186a276f4cd2d07534a7184a801ae4f167 (diff) |
Cleanup on the Admin > Languages page.
Hide the fieldset and legend in the theme, since they don't add any value.
Change l10n_client::_server_url() to use the short style GMC urls and make the
API a little tighter.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r-- | modules/gallery/views/admin_languages.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_languages.html.php b/modules/gallery/views/admin_languages.html.php index d4b7b0c1..01d1ce3f 100644 --- a/modules/gallery/views/admin_languages.html.php +++ b/modules/gallery/views/admin_languages.html.php @@ -107,6 +107,9 @@ </a> <h3><?= t("Sharing your translations") ?></h3> + <p> + <?= t("Sharing your own translations with the Gallery community is easy. Please do!") ?> + </p> <?= $share_translations_form ?> </div> </div> |