mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user