From baf0d40ea602efbd8c992fab63ffaa4136bec925 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 17 Oct 2016 09:33:07 +0000 Subject: [PATCH] IcingaCommandArgumentForm: fix typo --- application/forms/IcingaCommandArgumentForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/IcingaCommandArgumentForm.php b/application/forms/IcingaCommandArgumentForm.php index c8e58868..9d4d52e9 100644 --- a/application/forms/IcingaCommandArgumentForm.php +++ b/application/forms/IcingaCommandArgumentForm.php @@ -44,7 +44,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm $this->addElement('textarea', 'argument_value', array( 'label' => $this->translate('Value'), 'description' => $this->translate( - 'And Icinga DSL expression, e.g.: var cmd = macro("$cmd$");' + 'An Icinga DSL expression, e.g.: var cmd = macro("$cmd$");' . ' return typeof(command) == String ...' ), 'rows' => 3