From 8a8c54c21febe2607ffc931a278cbbd640ab7562 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Fri, 17 Mar 2017 02:28:45 +0100 Subject: [PATCH] Remove redundant call to setDescription --- airtime_mvc/application/forms/GeneralPreferences.php | 1 - 1 file changed, 1 deletion(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index c6ec16aae..d7ac46f37 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -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"),