IcingaCommandArgumentForm: fix typo

This commit is contained in:
Thomas Gelf 2016-10-17 09:33:07 +00:00
parent 46a5b3cb2f
commit baf0d40ea6

View File

@ -44,7 +44,7 @@ class IcingaCommandArgumentForm extends DirectorObjectForm
$this->addElement('textarea', 'argument_value', array( $this->addElement('textarea', 'argument_value', array(
'label' => $this->translate('Value'), 'label' => $this->translate('Value'),
'description' => $this->translate( '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 ...' . ' return typeof(command) == String ...'
), ),
'rows' => 3 'rows' => 3