CC-84: Smart Playlists

-switched action names for static/dynamic
This commit is contained in:
denise 2012-07-11 11:57:13 -04:00
parent fe75ba0e93
commit 5fb0364f2d
2 changed files with 5 additions and 5 deletions

View file

@ -117,7 +117,7 @@ class Application_Form_SmartPlaylistCriteria extends Zend_Form_SubForm
$save = new Zend_Form_Element_Button('save_button');
$save->setAttrib('class', 'ui-button ui-state-default right-floated');
$save->setIgnore(true);
$save->setLabel('Save');
$save->setLabel('Generate');
$this->addElement($save);
}
}