diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 19:31:55 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 19:31:55 -0700 |
commit | 9322f51e23e450a2508b83eec06c890b70ca52a9 (patch) | |
tree | 5902c8d65eb4da9a80f8b6c06d13d0666c372a0e /modules | |
parent | 277c96c2f64e4bac4aaf729221564cdca1e12af2 (diff) |
Localize a string
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/views/admin_users_group.html.php | 6 |
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 & drop users from the User Admin above into this group box to add group members.</p></div> +<div> + <p> + <?= t("Drag & drop users from the User Admin above into this group box to add group members.") ?> + </p> +</div> <? endif ?> |