summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-28 17:32:11 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-28 17:32:11 +0000
commit833c5035a697858cfc390b08e5db204ba30831d9 (patch)
tree0068d73a2d4af79c3c69698a5ceb0a0fa3ab0a0c /app
parentaa3445bdb605c6269b445e5272a833cda25174c8 (diff)
downloadredmine-833c5035a697858cfc390b08e5db204ba30831d9.tar.gz
redmine-833c5035a697858cfc390b08e5db204ba30831d9.zip
Fixed comments header label on time log details
git-svn-id: http://redmine.rubyforge.org/svn/trunk@488 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/timelog/details.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/details.rhtml b/app/views/timelog/details.rhtml
index 4ceca97be..a55573473 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)) %>
-<th><%= l(:label_comments) %></th>
+<th><%= l(:field_comments) %></th>
<%= sort_header_tag('hours', :caption => l(:field_hours)) %>
<th></th>
</thead>