diff --git a/app/models/tags_block.rb b/app/models/tags_block.rb index c734ca0..9a94712 100644 --- a/app/models/tags_block.rb +++ b/app/models/tags_block.rb @@ -8,7 +8,15 @@ class TagsBlock < Block settings_items :limit, :type => :integer, :default => 12 def self.description - _('Tags') + _('
Display a tag cloud with the content produced where the block is applied.
The user could limit the number of tags will be displayed.
') + end + + def self.short_description + _('Display a tag cloud about current content') + end + + def self.pretty_name + _('Tag Cloud') end def default_title -- libgit2 0.21.2