From 25c20d6b8ceff435058a3df3c68f1f903fc39b78 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 1 Sep 2014 11:53:35 -0300 Subject: [PATCH] updating tag block information --- app/models/tags_block.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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