MINOR: changed literal field title name on the advice of our users

This commit is contained in:
Will Rossiter 2009-03-25 05:25:50 +00:00
parent 9887201bf5
commit 22dddb5bf7

View File

@ -13,8 +13,8 @@ class EditableLiteralField extends EditableFormField {
'Content' => 'Text'
);
static $singular_name = 'Literal Field';
static $plural_name = 'Literal Fields';
static $singular_name = 'HTML Block';
static $plural_name = 'HTML Blocks';
function __construct( $record = null, $isSingleton = false ) {