]> source.dussan.org Git - redmine.git/commitdiff
Do not hardcode Watcher string in r2164.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 22 Dec 2008 19:24:17 +0000 (19:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 22 Dec 2008 19:24:17 +0000 (19:24 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2165 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_form.rhtml

index dcc55410104d9b7ed221bf3df004a1800b1f5aca..7ae990d5f3537d4198045ba43c42169110182582 100644 (file)
@@ -49,7 +49,7 @@
 <% end %>
 
 <% if @issue.new_record? && User.current.allowed_to?(:add_issue_watchers, @project) -%>
-<p><label>Watchers</label>
+<p><label><%= l(:label_issue_watchers) %></label>
 <% @issue.project.users.sort.each do |user| -%>
 <label class="floating"><%= check_box_tag 'issue[watcher_user_ids][]', user.id, @issue.watcher_user_ids.include?(user.id) %> <%=h user %></label>
 <% end -%>