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

feature.wiki-default-page
Thomas Keller 2011-11-07 15:52:10 +01:00
parent 2e1369184b
commit 7abcc29e60
1 changed files with 1 additions and 1 deletions

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