summaryrefslogtreecommitdiffstats
path: root/app/views/projects/add.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/add.rhtml')
-rw-r--r--app/views/projects/add.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/add.rhtml b/app/views/projects/add.rhtml
index 46ab1a9be..d2ec5db92 100644
--- a/app/views/projects/add.rhtml
+++ b/app/views/projects/add.rhtml
@@ -7,7 +7,7 @@
<% Redmine::AccessControl.available_project_modules.each do |m| %>
<label class="floating">
<%= check_box_tag 'enabled_modules[]', m, @project.module_enabled?(m) %>
- <%= (l_has_string?("project_module_#{m}".to_sym) ? l("project_module_#{m}".to_sym) : m.to_s.humanize) %>
+ <%= l_or_humanize(m, :prefix => "project_module_") %>
</label>
<% end %>
</fieldset>