CC-6117 - Change submit button text for file metadata editor so behaviour is consistent with button text
This commit is contained in:
parent
e06f88cd49
commit
c6a6a97c55
|
@ -173,7 +173,7 @@ class Application_Form_EditAudioMD extends Zend_Form
|
||||||
$this->addElement('button', 'editmdsave', array(
|
$this->addElement('button', 'editmdsave', array(
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'class' => 'btn md-save right-floated',
|
'class' => 'btn md-save right-floated',
|
||||||
'label' => _('Save'),
|
'label' => _('OK'),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper'
|
'ViewHelper'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue