mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
"label_added" is not translated in the repository revision view legend (#43525).
Patch by Pavel Rosický (user:ahorek). git-svn-id: https://svn.redmine.org/redmine/trunk@24180 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
50574ba1c2
commit
41e8f76268
@ -30,7 +30,7 @@
|
||||
|
||||
<% if User.current.allowed_to?(:browse_repository, @project) %>
|
||||
<ul id="changes-legend">
|
||||
<li class="change change-A"><%= scm_change_icon("A", (:label_added)) %></li>
|
||||
<li class="change change-A"><%= scm_change_icon("A", l(:label_added)) %></li>
|
||||
<li class="change change-M"><%= scm_change_icon("M", l(:label_modified)) %></li>
|
||||
<li class="change change-C"><%= scm_change_icon("C", l(:label_copied)) %></li>
|
||||
<li class="change change-R"><%= scm_change_icon("R", l(:label_renamed)) %></li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user