Commit 116373955d3ec7114136d77d73e167c67ed90a5d
1 parent
1d11c6c2
Exists in
master
and in
29 other branches
ActionItem629: wording review
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2371 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/content_viewer/view_page.rhtml
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | <%= link_to content_tag( 'span', _('Edit') ), | 35 | <%= link_to content_tag( 'span', _('Edit') ), |
36 | { :controller => 'cms', :action => 'edit', :id => @page }, | 36 | { :controller => 'cms', :action => 'edit', :id => @page }, |
37 | :class => 'button with-text icon-edit' %> | 37 | :class => 'button with-text icon-edit' %> |
38 | - <%= lightbox_button(:new, _('New article'), :controller => 'cms', :action => 'new', :parent_id => (@page.folder? ? @page : nil)) %> | 38 | + <%= lightbox_button(:new, _('New publication'), :controller => 'cms', :action => 'new', :parent_id => (@page.folder? ? @page : nil)) %> |
39 | </div> | 39 | </div> |
40 | <% end %> | 40 | <% end %> |
41 | </div> | 41 | </div> |