From e07d62b0208455b73a86058c5d82f37d22ff9bd3 Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 15 Jul 2015 10:41:01 -0400 Subject: [PATCH] Small comments fix --- airtime_mvc/application/common/UsabilityHints.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/common/UsabilityHints.php b/airtime_mvc/application/common/UsabilityHints.php index 8b66f543a..38f09356d 100644 --- a/airtime_mvc/application/common/UsabilityHints.php +++ b/airtime_mvc/application/common/UsabilityHints.php @@ -12,7 +12,7 @@ class Application_Common_UsabilityHints // We want to display hints in this order: // 1. Check if files are uploaded // 2. Check if a show is scheduled - // 3. Check if scheduled show needs content + // 3. Check if current or next show needs content // Once the user is on the page linked to from the hint we want to // display a new message further describing what to do. Once this @@ -105,7 +105,8 @@ class Application_Common_UsabilityHints } /** - * Returns true if there is at least one show scheduled in the future. + * Returns true if there is at least one show currently scheduled + * or in the future. */ private static function isFutureOrCurrentShowScheduled() {