MINOR: use title case for EditableTextField. Fixes http://open.silverstripe.org/ticket/5799

This commit is contained in:
Will Rossiter 2011-12-05 21:18:56 +13:00
parent 51dfce8680
commit 7148d3e91f

View File

@ -9,9 +9,9 @@
class EditableTextField extends EditableFormField {
static $singular_name = 'Text field';
static $singular_name = 'Text Field';
static $plural_name = 'Text fields';
static $plural_name = 'Text Fields';
function getFieldConfiguration() {
$fields = parent::getFieldConfiguration();