No punctation at the end - this is hardcoded in the template already.
This commit is contained in:
parent
2e1369184b
commit
7abcc29e60
@ -63,7 +63,7 @@ Deprecated = Most users should NOT reference this';
|
|||||||
|
|
||||||
$this->fields['wiki_default_page'] = new Pluf_Form_Field_Varchar(
|
$this->fields['wiki_default_page'] = new Pluf_Form_Field_Varchar(
|
||||||
array('required' => false,
|
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,
|
'initial' => self::wiki_default_page,
|
||||||
'widget_attrs' => array('size' => 60),
|
'widget_attrs' => array('size' => 60),
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user