From 6f09ef4af154d6846ef907c362d944fe32246a0f Mon Sep 17 00:00:00 2001 From: drigato Date: Tue, 21 Jul 2015 07:27:26 -0400 Subject: [PATCH] Change usability hint wording --- 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 837c9e747..594170cc5 100644 --- a/airtime_mvc/application/common/UsabilityHints.php +++ b/airtime_mvc/application/common/UsabilityHints.php @@ -72,8 +72,8 @@ class Application_Common_UsabilityHints if ($userIsOnCalendarPage) { return _("To start broadcasting, first you need to cancel the current linked show by clicking on it and selecting 'Cancel Current Show'."); } else { - return sprintf(_("Linked shows need to be filled with tracks before it starts. You need to schedule a non-linked show to start broadcasting. - %sCreate a non-linked show now.%s"), "", ""); + return sprintf(_("Linked shows need to be filled with tracks before it starts. To start broadcasting cancel the current linked show and schedule an unlinked show. + %sCreate an unlinked show now.%s"), "", ""); } } else { if ($userIsOnCalendarPage) {