From e068a31c03741b9e8f9bfab0e989ac38e6e355ca Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 1 Sep 2014 11:38:39 -0300 Subject: [PATCH] updating article block information --- app/models/article_block.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/models/article_block.rb b/app/models/article_block.rb index 55ef642..6104384 100644 --- a/app/models/article_block.rb +++ b/app/models/article_block.rb @@ -3,7 +3,15 @@ class ArticleBlock < Block attr_accessible :article_id def self.description - _('Display one of your contents') + _('Display one of your contents.') + end + + def self.short_description + _('Show one article') + end + + def self.pretty_name + _('Article') end def help -- libgit2 0.21.2