diff --git a/code/TagCloudWidget.php b/code/TagCloudWidget.php index 0ea5b95..29f35da 100644 --- a/code/TagCloudWidget.php +++ b/code/TagCloudWidget.php @@ -11,7 +11,7 @@ class TagCloudWidget extends Widget { "Sortby" => "alphabet" ); - static $title = "Browse by Tag"; + static $title = "Tag Cloud"; static $cmsTitle = "Tag Cloud"; static $description = "Shows a tag cloud of tags on your blog.";