Rename 'Radio field' to 'Radio Group'

This commit is contained in:
Damian Mooyman 2015-08-17 14:05:50 +12:00
parent 9c98f8d345
commit 5b8a9e7b04
2 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@
class EditableRadioField extends EditableMultipleOptionField {
private static $singular_name = 'Radio field';
private static $singular_name = 'Radio Group';
private static $plural_name = 'Radio fields';
private static $plural_name = 'Radio Groups';
/**
* @return FieldList

View File

@ -100,8 +100,8 @@ en:
PLURALNAME: 'Editable Options'
SINGULARNAME: 'Editable Option'
EditableRadioField:
PLURALNAME: 'Radio fields'
SINGULARNAME: 'Radio field'
PLURALNAME: 'Radio Groups'
SINGULARNAME: 'Radio Group'
EditableTextField:
NUMBERROWS: 'Number of rows'
PLURALNAME: 'Text Fields'