# HG changeset patch # User Chris Cannam # Date 1313156415 -3600 # Node ID edce3dafd217ea97babcc040c48696e45ca46f80 # Parent a2192366d309c34d7f1199b0d7cbe4a41088fe4c Some text changes to fix #255 diff -r a2192366d309 -r edce3dafd217 app/views/projects/index.rhtml --- a/app/views/projects/index.rhtml Thu Jul 14 12:09:14 2011 +0100 +++ b/app/views/projects/index.rhtml Fri Aug 12 14:40:15 2011 +0100 @@ -4,7 +4,6 @@
<%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%> - <%= '| ' + link_to(l(:label_issue_view_all), { :controller => 'issues' }) if User.current.allowed_to?(:view_issues, nil, :global => true) %> <%= '| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') if User.current.allowed_to?(:add_project, nil, :global => true) %>
diff -r a2192366d309 -r edce3dafd217 config/locales/en.yml --- a/config/locales/en.yml Thu Jul 14 12:09:14 2011 +0100 +++ b/config/locales/en.yml Fri Aug 12 14:40:15 2011 +0100 @@ -473,7 +473,7 @@ label_user_new: New user label_user_anonymous: Anonymous label_project: Project - label_project_new: New project + label_project_new: Start a new project label_project_plural: Projects label_my_project_plural: My Projects label_other_project_plural: Other Projects