Commit 5316663095efb508297e10e3b2b04271d4059730
Committed by
Victor Costa
1 parent
877319ea
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
pjax: put the correct name and description for plugin
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
plugins/pjax/lib/pjax_plugin.rb
1 | class PjaxPlugin < Noosfero::Plugin | 1 | class PjaxPlugin < Noosfero::Plugin |
2 | 2 | ||
3 | def self.plugin_name | 3 | def self.plugin_name |
4 | - _('pjax_plugin.lib.plugin.name') | 4 | + _('Pjax plugin') |
5 | end | 5 | end |
6 | 6 | ||
7 | def self.plugin_description | 7 | def self.plugin_description |
8 | - _('pjax_plugin.lib.plugin.description') | 8 | + _("Use pjax for page's links") |
9 | end | 9 | end |
10 | 10 | ||
11 | def stylesheet? | 11 | def stylesheet? |