diff --git a/airtime_mvc/application/forms/AddShowWhen.php b/airtime_mvc/application/forms/AddShowWhen.php index bf1f1c83d..a81c8d05d 100644 --- a/airtime_mvc/application/forms/AddShowWhen.php +++ b/airtime_mvc/application/forms/AddShowWhen.php @@ -201,7 +201,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm } /* Here we are checking each repeating show by * the show day. - * (i.e: every wednesday, then every thursday) + * (i.e: every wednesday, then every thursday, etc.) */ while ($repeatShowStart->getTimestamp() < $populateUntilDateTime->getTimestamp()) { if ($formData['add_show_id'] == -1) {