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

@@ -114,7 +114,7 @@ class IDF_Form_IssueCreate extends Pluf_Form
));
$this->fields['due_dtime'] = new Pluf_Form_Field_Datetime(
array('required' => false,
'label' => __('Due Date'),
'label' => __('Due date'),
'initial' => '',
'widget_attrs' => array('size' => 15,),
));