summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-15 06:27:17 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-15 06:27:17 -0800
commiteb1cdd037646b3697b64753652669fa9e25a5c8e (patch)
tree2f9dd9bd70329d5997993eced0a9f94a80895b8a /modules/gallery/views
parente41a2d4e5226c45a5201df91ca6633a40b357630 (diff)
parent409121942590e12692eaf4e6e9e8b71bfe5ed60c (diff)
Merge branch 'master' into talmdal_dev
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 f1714119..b486acb7 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($group->name) ?> </th>
+ <th> <?= html::clean(t($group->name)) ?> </th>
<? endforeach ?>
</tr>