From 92a1dd6b8092ac43dfb8bfd0351bce8cd8cf228f Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 13 May 2008 23:22:47 +0000 Subject: [PATCH] ActionItem158: better wording for 'View' --- app/views/cms/view.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/cms/view.rhtml b/app/views/cms/view.rhtml index f3ab968..4341151 100644 --- a/app/views/cms/view.rhtml +++ b/app/views/cms/view.rhtml @@ -38,7 +38,7 @@ <%= link_to _('Properties'), :action => 'edit', :id => folder.id %> - <%= link_to _('View'), folder.url %> + <%= link_to _('Public view'), folder.url %> <% end %> @@ -65,7 +65,7 @@ <%= link_to _('Edit'), :action => 'edit', :id => item.id %> - <%= link_to _('View'), item.url %> + <%= link_to _('Public view'), item.url %> <% end %> -- libgit2 0.21.2