From 8e4f828cc6a880f28e1fa5e6d04861bcbd1370d8 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Mon, 13 Jun 2011 12:43:39 +0200 Subject: [PATCH] Spelling. --- src/IDF/Form/IssueTrackingConf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Form/IssueTrackingConf.php b/src/IDF/Form/IssueTrackingConf.php index 738c3e4..3066101 100644 --- a/src/IDF/Form/IssueTrackingConf.php +++ b/src/IDF/Form/IssueTrackingConf.php @@ -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),