CC-3310: Editing metadata of a song shows Artist instead of Creator.
-fixed
This commit is contained in:
parent
7df2827178
commit
09ef22520e
|
@ -35,7 +35,7 @@ class Application_Form_EditAudioMD extends Zend_Form
|
|||
|
||||
// Add artist field
|
||||
$this->addElement('text', 'artist_name', array(
|
||||
'label' => 'Artist:',
|
||||
'label' => 'Creator:',
|
||||
'class' => 'input_text',
|
||||
'filters' => array('StringTrim'),
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue