DirectorObjectForm: extended hint for imports

This commit is contained in:
Thomas Gelf 2015-09-14 16:52:18 +02:00
parent 41d262cc3a
commit bda3ab311d
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ abstract class DirectorObjectForm extends QuickForm
{
$this->addElement('multiselect', 'imports', array(
'label' => $this->translate('Imports'),
'description' => $this->translate('Importable templates'),
'description' => $this->translate('Importable templates, choose one or more of them (CTRL/SHIFT click)'),
'multiOptions' => $this->enumAllowedTemplates(),
'size' => 10,
'class' => 'autosubmit'