No punctation at the end - this is hardcoded in the template already.

This commit is contained in:
Thomas Keller 2011-11-07 15:52:10 +01:00
parent 2e1369184b
commit 7abcc29e60

View File

@ -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),
));