Commit 92a1dd6b8092ac43dfb8bfd0351bce8cd8cf228f
1 parent
6be53feb
Exists in
master
and in
28 other branches
ActionItem158: better wording for 'View'
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1792 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/cms/view.rhtml
| ... | ... | @@ -38,7 +38,7 @@ |
| 38 | 38 | </td> |
| 39 | 39 | <td> |
| 40 | 40 | <%= link_to _('Properties'), :action => 'edit', :id => folder.id %> |
| 41 | - <%= link_to _('View'), folder.url %> | |
| 41 | + <%= link_to _('Public view'), folder.url %> | |
| 42 | 42 | </td> |
| 43 | 43 | </tr> |
| 44 | 44 | <% end %> |
| ... | ... | @@ -65,7 +65,7 @@ |
| 65 | 65 | </td> |
| 66 | 66 | <td> |
| 67 | 67 | <%= link_to _('Edit'), :action => 'edit', :id => item.id %> |
| 68 | - <%= link_to _('View'), item.url %> | |
| 68 | + <%= link_to _('Public view'), item.url %> | |
| 69 | 69 | </td> |
| 70 | 70 | </tr> |
| 71 | 71 | <% end %> | ... | ... |