summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-31 19:31:55 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-31 19:31:55 -0700
commit9322f51e23e450a2508b83eec06c890b70ca52a9 (patch)
tree5902c8d65eb4da9a80f8b6c06d13d0666c372a0e /modules
parent277c96c2f64e4bac4aaf729221564cdca1e12af2 (diff)
Localize a string
Diffstat (limited to 'modules')
-rw-r--r--modules/user/views/admin_users_group.html.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/user/views/admin_users_group.html.php b/modules/user/views/admin_users_group.html.php
index dfc8232f..bfd79dba 100644
--- a/modules/user/views/admin_users_group.html.php
+++ b/modules/user/views/admin_users_group.html.php
@@ -30,5 +30,9 @@
<? endforeach ?>
</ul>
<? else: ?>
-<div><p>Drag &amp; drop users from the User Admin above into this group box to add group members.</p></div>
+<div>
+ <p>
+ <?= t("Drag &amp; drop users from the User Admin above into this group box to add group members.") ?>
+ </p>
+</div>
<? endif ?>