DirectorObjectForm: fix typo
This commit is contained in:
parent
7376d9068f
commit
a3c7e57333
|
@ -956,7 +956,7 @@ print_r($object);
|
|||
'label' => $this->translate('Imports'),
|
||||
'description' => $this->translate(
|
||||
'Importable templates, add as many as you want. Please note that order'
|
||||
. ' matters when importing properting from multiple templates: last one'
|
||||
. ' matters when importing properties from multiple templates: last one'
|
||||
. ' wins'
|
||||
),
|
||||
'multiOptions' => $this->optionallyAddFromEnum($enum),
|
||||
|
|
Loading…
Reference in New Issue