Spelling.

This commit is contained in:
Thomas Keller 2011-06-13 12:43:39 +02:00
parent c4f92f4569
commit 8e4f828cc6

View File

@ -94,7 +94,7 @@ duplicates, is duplicated by';
{
$this->fields['labels_issue_template'] = new Pluf_Form_Field_Varchar(
array('required' => false,
'label' => __('Define an issue template to hint to the reporter to provide certain information'),
'label' => __('Define an issue template to hint the reporter to provide certain information'),
'initial' => self::init_template,
'widget_attrs' => array('rows' => 7,
'cols' => 75),