Smart Playlists: changed label 'block' to 'playlist' type

This commit is contained in:
denise 2012-08-08 15:35:28 -04:00
parent 3a4a827f1f
commit 791989faf7
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
$spType = new Zend_Form_Element_Radio('sp_type');
$spType->setLabel('Set smart block type:')
$spType->setLabel('Set smart playlist type:')
->setDecorators(array('viewHelper'))
->setMultiOptions(array(
'static' => 'Static',