diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index 444bc058e..7d83a165e 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -251,13 +251,6 @@ class LocaleController extends Zend_Controller_Action "Thu" => _("Thu"), "Fri" => _("Fri"), "Sat" => _("Sat"), - "SUN" => _("SUN"), - "MON" => _("MON"), - "TUE" => _("TUE"), - "WED" => _("WED"), - "THU" => _("THU"), - "FRI" => _("FRI"), - "SAT" => _("SAT"), "Shows longer than their scheduled time will be cut off by a following show." => _("Shows longer than their scheduled time will be cut off by a following show."), "Cancel Current Show?" => _("Cancel Current Show?"), "Stop recording current show?" => _("Stop recording current show?"),