summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-23 18:27:26 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-23 18:27:26 +0000
commitc21ee95ade208c09562c1a3940bec7535839a17c (patch)
treed5d5aacfb6a38c62c2069199c288db854d3b53b6 /app
parent7704e2d9191d00d19115198f981e2262bc11dc25 (diff)
downloadredmine-c21ee95ade208c09562c1a3940bec7535839a17c.tar.gz
redmine-c21ee95ade208c09562c1a3940bec7535839a17c.zip
* Updated Russian translation (iGor kMeta)
* Fixed front page typo: View all issues instead of View all news (Derek Montgomery) git-svn-id: http://redmine.rubyforge.org/svn/trunk@924 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/welcome/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml
index d1e871c4a..2e7ec2c06 100644
--- a/app/views/welcome/index.rhtml
+++ b/app/views/welcome/index.rhtml
@@ -6,7 +6,7 @@
<div class="box">
<h3><%=l(:label_news_latest)%></h3>
<%= render :partial => 'news/news', :collection => @news %>
- <%= link_to l(:label_issue_view_all), :controller => 'news' %>
+ <%= link_to l(:label_news_view_all), :controller => 'news' %>
</div>
<% end %>
</div>