diff options
author | unostar <unostar@danalan.info> | 2009-06-12 08:18:51 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-12 15:38:41 +0800 |
commit | e9e61d51bc4a01439c54159aea816d35bf9ef38d (patch) | |
tree | 1296771529ccfad77de6909ffda777a91736cbb6 | |
parent | 0b23433d947bb986db9b1d5775631306e23ed1f4 (diff) |
Add string to localizer
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-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') ?>"> |