DirectorObjectForm: fix typo

fixes #11252
This commit is contained in:
Thomas Gelf 2016-02-28 16:39:34 +01:00
parent 93469b20a0
commit 6a44ed5616
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ abstract class DirectorObjectForm extends QuickForm
'disabled',
array(
'label' => $this->translate('Disabled'),
'description' => $this->translate('Disabled objects will not be deployes')
'description' => $this->translate('Disabled objects will not be deployed')
),
'n'
);