Remove redundant call to setDescription

This commit is contained in:
Lucas Bickel 2017-03-17 02:28:45 +01:00
parent ae4c9203e6
commit 8a8c54c21f

View file

@ -103,7 +103,6 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
$podcast_album_override = new Zend_Form_Element_Radio('podcastAlbumOverride'); $podcast_album_override = new Zend_Form_Element_Radio('podcastAlbumOverride');
$podcast_album_override->setLabel(_('Podcast Album Override')); $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( $podcast_album_override->setMultiOptions(array(
_("Disabled"), _("Disabled"),
_("Enabled"), _("Enabled"),