diff options
author | unostar <unostar@danalan.info> | 2009-06-11 17:18:51 -0700 |
---|---|---|
committer | unostar <unostar@danalan.info> | 2009-06-11 17:18:51 -0700 |
commit | 62a19227b217d9dfafd6f19b4e910e9876c4811b (patch) | |
tree | 86255228e2bb80058ed23a41a90674ff85225fdd | |
parent | 24bd873c4fd32577dc30e3eb591abc1e20f5cde3 (diff) |
Add string to localizer
-rw-r--r-- | modules/gallery/views/permissions_form.html.php | 2 |
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 adf2bd94..0f60070a 100644 --- a/modules/gallery/views/permissions_form.html.php +++ b/modules/gallery/views/permissions_form.html.php @@ -69,7 +69,7 @@ <? elseif ($intent === access::ALLOW): ?> <td class="gAllowed"> <? if ($item->id == 1): ?> - <img src="<?= url::file('themes/default/images/ico-success.png') ?>" title="allowed" alt="<?= t('allowed icon') ?>" /> + <img src="<?= url::file('themes/default/images/ico-success.png') ?>" title="<?= t("allowed") ?>" alt="<?= t('allowed icon') ?>" /> <? else: ?> <a href="javascript:set('reset',<?= $group->id ?>,<?= $permission->id ?>,<?= $item->id ?>)" title="<?= t('allowed, click to reset') ?>"> |