From d909fc10706776f5396d032e655659c06989763c Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 27 Nov 2008 10:25:50 +0000 Subject: Make tags look a little better. --- modules/tag/helpers/tag_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag_block.php b/modules/tag/helpers/tag_block.php index 2a9a25aa..686f7876 100644 --- a/modules/tag/helpers/tag_block.php +++ b/modules/tag/helpers/tag_block.php @@ -26,7 +26,7 @@ class tag_block_Core { public static function sidebar_blocks($theme) { $block = new Block(); $block->id = "gTag"; - $block->title = _("Tags"); + $block->title = _("Popular Tags"); $block->content = new View("tag_block.html"); $block->content->cloud = tag::cloud(30); -- cgit v1.2.3