From e2887df03e78e1ebffb3b7aecaae6051f37c3ccd Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 3 Mar 2015 15:01:09 +0100 Subject: [PATCH] Form: It's a field, not a control --- library/Icinga/Web/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index fad1a9d5eb..c229f83112 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -684,7 +684,7 @@ public function createElement($type, $name, $options = null) if ($this->getUseFormAutosubmit()) { $warningId = 'autosubmit_warning_' . $el->getId(); $warningText = $this->getView()->escape($this->translate( - 'Upon its value has changed, this control issues an automatic update of this page.' + 'Upon its value has changed, this field issues an automatic update of this page.' )); $autosubmitDecorator = $this->_getDecorator('Callback', array( 'placement' => 'PREPEND',