summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-12 22:43:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-12 22:43:37 +0000
commit0b6a010a12b976aac210c35af559e112baff8ca2 (patch)
treec161c1066b910b0847febc0e86fbc737b16b5957 /app/views/settings
parent4dc7f662e3d93f93d8164c1450a9c4a49bc15503 (diff)
downloadredmine-0b6a010a12b976aac210c35af559e112baff8ca2.tar.gz
redmine-0b6a010a12b976aac210c35af559e112baff8ca2.zip
Translation for various hard-coded strings (#577).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1143 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/_notifications.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_notifications.rhtml b/app/views/settings/_notifications.rhtml
index ca04352f4..ac3213853 100644
--- a/app/views/settings/_notifications.rhtml
+++ b/app/views/settings/_notifications.rhtml
@@ -12,7 +12,7 @@
<fieldset class="box"><legend><%=l(:text_select_mail_notifications)%></legend>
<% @notifiables.each do |notifiable| %>
<label><%= check_box_tag 'settings[notified_events][]', notifiable, Setting.notified_events.include?(notifiable) %>
- <%= notifiable.humanize %></label><br />
+ <%= l_or_humanize(notifiable) %></label><br />
<% end %>
<%= hidden_field_tag 'settings[notified_events][]', '' %>
<p><%= check_all_links('mail-options-form') %></p>