From 116373955d3ec7114136d77d73e167c67ed90a5d Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 1 Aug 2008 22:25:47 +0000 Subject: [PATCH] ActionItem629: wording review --- app/views/content_viewer/view_page.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml index f9997be..fee9cd5 100644 --- a/app/views/content_viewer/view_page.rhtml +++ b/app/views/content_viewer/view_page.rhtml @@ -35,7 +35,7 @@ <%= link_to content_tag( 'span', _('Edit') ), { :controller => 'cms', :action => 'edit', :id => @page }, :class => 'button with-text icon-edit' %> - <%= lightbox_button(:new, _('New article'), :controller => 'cms', :action => 'new', :parent_id => (@page.folder? ? @page : nil)) %> + <%= lightbox_button(:new, _('New publication'), :controller => 'cms', :action => 'new', :parent_id => (@page.folder? ? @page : nil)) %> <% end %> -- libgit2 0.21.2