diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-09-17 01:21:06 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-09-17 01:21:06 -0700 |
commit | 30b5c389e6baae397d6c5c9fe9c7ed91a5296568 (patch) | |
tree | 7d6d511c87e64fc7886e043da1adc456bd02593c /modules | |
parent | 86996dcac7ca07e789df6ce1d5b13867d8aa57f6 (diff) |
Fix: Make "Sharing your translations" a localizable string
Diffstat (limited to 'modules')
-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 fa97d299..ab370f88 100644 --- a/modules/gallery/views/admin_languages.html.php +++ b/modules/gallery/views/admin_languages.html.php @@ -98,6 +98,6 @@ </a> </div> -<h3>Sharing your translations</h3> +<h3>t("Sharing your translations")</h3> <?= $share_translations_form ?> </div> |