CC-6117 - Change submit button text for file metadata editor so behaviour is consistent with button text

This commit is contained in:
Duncan Sommerville 2015-08-31 13:33:23 -04:00
parent e06f88cd49
commit c6a6a97c55
1 changed files with 1 additions and 1 deletions

View File

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