IcingaCommandArgumentForm: fix typo

This commit is contained in:
Thomas Gelf 2016-10-17 09:33:07 +00:00
parent 46a5b3cb2f
commit baf0d40ea6
1 changed files with 1 additions and 1 deletions

View File

@ -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