From 833c5035a697858cfc390b08e5db204ba30831d9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 28 Apr 2007 17:32:11 +0000 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 --- app/views/timelog/details.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/timelog/details.rhtml b/app/views/timelog/details.rhtml index 4ceca97b..a5557347 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)) %>