mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Merge pull request #35 from tractorcow/pulls/rename-radio
Rename 'Radio field' to 'Radio Group'
This commit is contained in:
commit
98cf023c97
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user