Browse Source

Use label_view instead of the untranslated string "OK" in the repository browser (#38509).

Patch by Go MAEDA.


git-svn-id: https://svn.redmine.org/redmine/trunk@22231 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Go MAEDA 1 year ago
parent
commit
e575b7a6fc

+ 1
- 1
app/views/repositories/revision.html.erb View File

@@ -22,7 +22,7 @@
:rev => nil},
:method => :get) do %>
<%= text_field_tag 'rev', @rev, :size => 8 %>
<%= submit_tag 'OK', :name => nil %>
<%= submit_tag l(:button_view), :name => nil %>
<% end %>
</div>


+ 1
- 1
app/views/repositories/revisions.html.erb View File

@@ -5,7 +5,7 @@
:method => :get
) do %>
<%= l(:label_revision) %>: <%= text_field_tag 'rev', nil, :size => 8 %>
<%= submit_tag 'OK' %>
<%= submit_tag l(:button_view) %>
<% end %>
</div>


Loading…
Cancel
Save