diff --git a/library/Director/Web/Form/DirectorObjectForm.php b/library/Director/Web/Form/DirectorObjectForm.php index 34d99fe3..04d31ece 100644 --- a/library/Director/Web/Form/DirectorObjectForm.php +++ b/library/Director/Web/Form/DirectorObjectForm.php @@ -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'