summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunostar <unostar@danalan.info>2009-06-11 17:38:54 -0700
committerunostar <unostar@danalan.info>2009-06-11 17:38:54 -0700
commit9e348c51c1c61aacd53628b099ca6c344926835b (patch)
tree96b31df407a0db1057a87c9f0982981d05d25d2d
parent62a19227b217d9dfafd6f19b4e910e9876c4811b (diff)
Adding string to localizer
-rw-r--r--modules/gallery/views/permissions_form.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/permissions_form.html.php b/modules/gallery/views/permissions_form.html.php
index 0f60070a..ab0220f4 100644
--- a/modules/gallery/views/permissions_form.html.php
+++ b/modules/gallery/views/permissions_form.html.php
@@ -6,7 +6,7 @@
<tr>
<th> </th>
<? foreach ($groups as $group): ?>
- <th> <?= p::clean($group->name) ?> </th>
+ <th> <?= t(p::clean($group->name)) ?> </th>
<? endforeach ?>
</tr>