Merge pull request #35 from tractorcow/pulls/rename-radio

Rename 'Radio field' to 'Radio Group'
This commit is contained in:
Christopher Pitt 2015-08-17 15:13:11 +12:00
commit 98cf023c97
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'