From 6a44ed561639db0e52f5980e15dc5df7e2c6b570 Mon Sep 17 00:00:00 2001 From: Thomas Gelf <thomas@gelf.net> Date: Sun, 28 Feb 2016 16:39:34 +0100 Subject: [PATCH] DirectorObjectForm: fix typo fixes #11252 --- library/Director/Web/Form/DirectorObjectForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Director/Web/Form/DirectorObjectForm.php b/library/Director/Web/Form/DirectorObjectForm.php index 52552b4b..b59c60c1 100644 --- a/library/Director/Web/Form/DirectorObjectForm.php +++ b/library/Director/Web/Form/DirectorObjectForm.php @@ -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' );