From 7abcc29e606dc91fe692eb4bee8715fc8fb34d5e Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Mon, 7 Nov 2011 15:52:10 +0100 Subject: [PATCH] No punctation at the end - this is hardcoded in the template already. --- src/IDF/Form/WikiConf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Form/WikiConf.php b/src/IDF/Form/WikiConf.php index dadcd8b..c0ffade 100644 --- a/src/IDF/Form/WikiConf.php +++ b/src/IDF/Form/WikiConf.php @@ -63,7 +63,7 @@ Deprecated = Most users should NOT reference this'; $this->fields['wiki_default_page'] = new Pluf_Form_Field_Varchar( array('required' => false, - 'label' => __('Set a default wiki page instead of the page listing.'), + 'label' => __('Set a default wiki page instead of the page listing'), 'initial' => self::wiki_default_page, 'widget_attrs' => array('size' => 60), ));