Remove redundant call to setDescription
This commit is contained in:
parent
ae4c9203e6
commit
8a8c54c21f
@ -103,7 +103,6 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
||||
|
||||
$podcast_album_override = new Zend_Form_Element_Radio('podcastAlbumOverride');
|
||||
$podcast_album_override->setLabel(_('Podcast Album Override'));
|
||||
$podcast_album_override->setDescription(_('Always replace downloaded podcast track album with podcast name.'));
|
||||
$podcast_album_override->setMultiOptions(array(
|
||||
_("Disabled"),
|
||||
_("Enabled"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user