From e9e61d51bc4a01439c54159aea816d35bf9ef38d Mon Sep 17 00:00:00 2001 From: unostar Date: Fri, 12 Jun 2009 08:18:51 +0800 Subject: Add string to localizer Signed-off-by: Bharat Mediratta --- modules/gallery/views/permissions_form.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ id == 1): ?> - <?= t('allowed icon') ?> + " alt="" /> -- cgit v1.2.3 From 5dcbc3898d3b96af9ff4ea945f15edf39033dac4 Mon Sep 17 00:00:00 2001 From: unostar Date: Thu, 11 Jun 2009 05:12:40 +0800 Subject: adding string to localizer Signed-off-by: Bharat Mediratta --- modules/gallery/helpers/gallery_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gallery/helpers/gallery_block.php b/modules/gallery/helpers/gallery_block.php index abc8a195..67900282 100644 --- a/modules/gallery/helpers/gallery_block.php +++ b/modules/gallery/helpers/gallery_block.php @@ -92,7 +92,7 @@ class gallery_block_Core { $form = new Forge("admin/dashboard/add_block", "", "post", array("id" => "gAddDashboardBlockForm")); $group = $form->group("add_block")->label(t("Add Block")); - $group->dropdown("id")->label("Available Blocks")->options(block_manager::get_available()); + $group->dropdown("id")->label(t("Available Blocks"))->options(block_manager::get_available()); $group->submit("center")->value(t("Add to center")); $group->submit("sidebar")->value(t("Add to sidebar")); return $form; -- cgit v1.2.3