Form: It's a field, not a control

This commit is contained in:
Johannes Meyer 2015-03-03 15:01:09 +01:00
parent 507e5b43cc
commit e2887df03e
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ class Form extends Zend_Form
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',