From 83cd51de9293f0506ba9404ee173e06d697cbfdd Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Thu, 3 Sep 2015 15:42:27 -0400 Subject: [PATCH] Reword usability hint text to match calendar context menu --- airtime_mvc/application/common/UsabilityHints.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/common/UsabilityHints.php b/airtime_mvc/application/common/UsabilityHints.php index 0b9ed51b0..fb52de7b6 100644 --- a/airtime_mvc/application/common/UsabilityHints.php +++ b/airtime_mvc/application/common/UsabilityHints.php @@ -77,7 +77,7 @@ class Application_Common_UsabilityHints } } else { if ($userIsOnCalendarPage) { - return _("To start broadcasting, click on the current show and select 'Schedule Show'"); + return _("To start broadcasting, click on the current show and select 'Schedule Tracks'"); } else { return sprintf(_("It looks like the current show needs more tracks. %sAdd tracks to your show now%s."), "", @@ -86,7 +86,7 @@ class Application_Common_UsabilityHints } } else if (!self::getCurrentShow() && self::isNextShowEmpty()) { if ($userIsOnCalendarPage) { - return _("Click on the show starting next and select 'Schedule Show'"); + return _("Click on the show starting next and select 'Schedule Tracks'"); } else { return sprintf(_("It looks like the next show is empty. %sAdd tracks to your show now%s."), "",