Normalize case of the due date title across the code

This commit is contained in:
Simon Holywell
2012-03-08 16:50:40 +00:00
parent 214d035d12
commit e0da21cbf8
5 changed files with 5 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ class IDF_IssueComment extends Pluf_Model
case 'ow':
$out .= __('Owner:'); break;
case 'du':
$out .= __('Due Date:'); break;
$out .= __('Due date:'); break;
case 'lb':
$out .= __('Labels:'); break;
case 'rel':