Commit 25c20d6b8ceff435058a3df3c68f1f903fc39b78

Authored by Leandro Santos
1 parent 07db8beb

updating tag block information

Showing 1 changed file with 9 additions and 1 deletions   Show diff stats
app/models/tags_block.rb
... ... @@ -8,7 +8,15 @@ class TagsBlock < Block
8 8 settings_items :limit, :type => :integer, :default => 12
9 9  
10 10 def self.description
11   - _('Tags')
  11 + _('<p>Display a tag cloud with the content produced where the block is applied.</p> <p>The user could limit the number of tags will be displayed.</p>')
  12 + end
  13 +
  14 + def self.short_description
  15 + _('Display a tag cloud about current content')
  16 + end
  17 +
  18 + def self.pretty_name
  19 + _('Tag Cloud')
12 20 end
13 21  
14 22 def default_title
... ...