From 833c5035a697858cfc390b08e5db204ba30831d9 2007-04-28 17:32:11 From: Jean-Philippe Lang Date: 2007-04-28 17:32:11 Subject: [PATCH] Fixed comments header label on time log details git-svn-id: http://redmine.rubyforge.org/svn/trunk@488 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/timelog/details.rhtml b/app/views/timelog/details.rhtml index 4ceca97..a555734 100644 --- a/app/views/timelog/details.rhtml +++ b/app/views/timelog/details.rhtml @@ -16,7 +16,7 @@ <%= sort_header_tag('user_id', :caption => l(:label_member)) %> <%= sort_header_tag('activity_id', :caption => l(:label_activity)) %> <%= sort_header_tag('issue_id', :caption => l(:label_issue)) %> -<%= l(:label_comments) %> +<%= l(:field_comments) %> <%= sort_header_tag('hours', :caption => l(:field_hours)) %>