From b6cf517d1087f2ff34e4db12f8b492f1a422196e Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 25 Aug 2015 16:48:31 -0400 Subject: [PATCH] CC-6093: Review and fix the usability hints text --- airtime_mvc/application/common/UsabilityHints.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/common/UsabilityHints.php b/airtime_mvc/application/common/UsabilityHints.php index e644b25ab..4afa3396b 100644 --- a/airtime_mvc/application/common/UsabilityHints.php +++ b/airtime_mvc/application/common/UsabilityHints.php @@ -60,7 +60,7 @@ class Application_Common_UsabilityHints } } else if (!self::isFutureOrCurrentShowScheduled()) { if ($userIsOnCalendarPage) { - return _("Click the 'Create New Show' button and fill out the required fields."); + return _("Click the 'New Show' button and fill out the required fields."); } else { return sprintf(_("It looks like you don't have any shows scheduled. %sCreate a show now%s."), "",