diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/helpers/tag_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |