summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-02-18 16:20:59 -0800
committerBharat Mediratta <bharat@menalto.com>2010-02-18 16:20:59 -0800
commit7d98d4b7b9d16f32ed98c8eeb051be4149468dc6 (patch)
tree3f78cf189e0f27b6052b46bd710552eae8f42b90 /modules/gallery/views
parent99c131e845b5bbfa22b93fa783b5ce671bc27e40 (diff)
Revert "Fix for ticket #491: Make user and group names translatable."
This reverts commit 409121942590e12692eaf4e6e9e8b71bfe5ed60c.
Diffstat (limited to 'modules/gallery/views')
-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 b486acb7..f1714119 100644
--- a/modules/gallery/views/permissions_form.html.php
+++ b/modules/gallery/views/permissions_form.html.php
@@ -5,7 +5,7 @@
<tr>
<th> </th>
<? foreach ($groups as $group): ?>
- <th> <?= html::clean(t($group->name)) ?> </th>
+ <th> <?= html::clean($group->name) ?> </th>
<? endforeach ?>
</tr>