Change usability hint wording
This commit is contained in:
parent
3e60713590
commit
6f09ef4af1
|
@ -72,8 +72,8 @@ class Application_Common_UsabilityHints
|
||||||
if ($userIsOnCalendarPage) {
|
if ($userIsOnCalendarPage) {
|
||||||
return _("To start broadcasting, first you need to cancel the current linked show by clicking on it and selecting 'Cancel Current Show'.");
|
return _("To start broadcasting, first you need to cancel the current linked show by clicking on it and selecting 'Cancel Current Show'.");
|
||||||
} else {
|
} 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.
|
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 a non-linked show now.%s"), "<a href=\"/schedule\">", "</a>");
|
%sCreate an unlinked show now.%s"), "<a href=\"/schedule\">", "</a>");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ($userIsOnCalendarPage) {
|
if ($userIsOnCalendarPage) {
|
||||||
|
|
Loading…
Reference in New Issue