summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-27 10:25:50 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-27 10:25:50 +0000
commitd909fc10706776f5396d032e655659c06989763c (patch)
treea7df486632d70e582bb4b031dc23f9d7e16794d5 /modules/tag
parentc95c17b13311c23998f494ce982da7c633a9285d (diff)
Make tags look a little better.
Diffstat (limited to 'modules/tag')
-rw-r--r--modules/tag/helpers/tag_block.php2
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);