From a832a09910e2414e1087ff55ebbcc004d29ecb9a Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 6 Dec 2011 09:59:18 +1300 Subject: [PATCH] MINOR: update master lang file --- lang/en_US.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en_US.php b/lang/en_US.php index 7f94e4d..36938c0 100644 --- a/lang/en_US.php +++ b/lang/en_US.php @@ -140,6 +140,7 @@ $lang['en_US']['EditableFormHeading']['SINGULARNAME'] = array( 50, 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface' ); +$lang['en_US']['EditableLiteralField']['HIDEFROMREPORT'] = 'Hide from reports?'; $lang['en_US']['EditableLiteralField']['PLURALNAME'] = array( 'HTML Blocks', 50, @@ -195,12 +196,12 @@ $lang['en_US']['EditableRadioField']['SINGULARNAME'] = array( ); $lang['en_US']['EditableTextField']['NUMBERROWS'] = 'Number of rows'; $lang['en_US']['EditableTextField']['PLURALNAME'] = array( - 'Text fields', + 'Text Fields', 50, 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface' ); $lang['en_US']['EditableTextField']['SINGULARNAME'] = array( - 'Text field', + 'Text Field', 50, 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface' );