Fixed: hard coded English string at the selection of issue watchers (#4982).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3541 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c58dc83e74
commit
12759fd416
|
@ -17,7 +17,7 @@
|
||||||
:object_id => watched},
|
:object_id => watched},
|
||||||
:method => :post,
|
:method => :post,
|
||||||
:html => {:id => 'new-watcher-form'}) do |f| %>
|
:html => {:id => 'new-watcher-form'}) do |f| %>
|
||||||
<p><%= f.select :user_id, (watched.addable_watcher_users.collect {|m| [m.name, m.id]}), :prompt => true %>
|
<p><%= f.select :user_id, (watched.addable_watcher_users.collect {|m| [m.name, m.id]}), :prompt => "--- #{l(:actionview_instancetag_blank_option)} ---" %>
|
||||||
|
|
||||||
<%= submit_tag l(:button_add) %>
|
<%= submit_tag l(:button_add) %>
|
||||||
<%= toggle_link l(:button_cancel), 'new-watcher-form'%></p>
|
<%= toggle_link l(:button_cancel), 'new-watcher-form'%></p>
|
||||||
|
|
Loading…
Reference in New Issue