From 22dddb5bf76eff4f4b56dbd222d4863a2e614e39 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 25 Mar 2009 05:25:50 +0000 Subject: [PATCH] MINOR: changed literal field title name on the advice of our users --- code/editor/EditableLiteralField.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/editor/EditableLiteralField.php b/code/editor/EditableLiteralField.php index 18226d2..48b0010 100644 --- a/code/editor/EditableLiteralField.php +++ b/code/editor/EditableLiteralField.php @@ -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 ) {