Commit f012cd5974b3ada65e3fe5894e50a6edf2e5679f

Authored by Antonio Terceiro
1 parent 815ceb91

ActionItem980: better wording

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/content_viewer/view_page.rhtml
... ... @@ -73,7 +73,7 @@
73 73  
74 74 <% if @page.parent && !@page.parent.path.blank? %>
75 75 <div id="article-parent">
76   - <%= link_to_document(@page.parent, _('Up')) %>
  76 + <%= link_to_document(@page.parent, _('Go back')) %>
77 77 </div>
78 78 <% end %>
79 79  
... ...