]> source.dussan.org Git - redmine.git/commitdiff
Replace hardcoded string "diff" in Wiki#show (#9043).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 12 Aug 2011 01:35:07 +0000 (01:35 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 12 Aug 2011 01:35:07 +0000 (01:35 +0000)
Contributed by Tom Rochette.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6425 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/show.rhtml

index fa2d25ee2d1e6c667fa70b64866617fb6e19a36a..87b98e48e2cb3b1dbdc93e206208d96d8f40316c 100644 (file)
@@ -19,7 +19,7 @@
                 :action => 'show', :id => @page.title, :project_id => @page.project,
                 :version => (@content.version - 1)) + " - " if @content.version > 1 %>
     <%= "#{l(:label_version)} #{@content.version}/#{@page.content.version}" %>
-    <%= '(' + link_to('diff', :controller => 'wiki', :action => 'diff',
+    <%= '(' + link_to(l(:label_diff), :controller => 'wiki', :action => 'diff',
                       :id => @page.title, :project_id => @page.project,
                       :version => @content.version) + ')' if @content.version > 1 %> - 
     <%= link_to((l(:label_next) + " \xc2\xbb"), :action => 'show',