Change usability hint wording

This commit is contained in:
drigato 2015-07-21 07:27:26 -04:00
parent 3e60713590
commit 6f09ef4af1
1 changed files with 2 additions and 2 deletions

View File

@ -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"), "<a href=\"/schedule\">", "</a>");
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"), "<a href=\"/schedule\">", "</a>");
}
} else {
if ($userIsOnCalendarPage) {