CC-6093: Review and fix the usability hints text

This commit is contained in:
Albert Santoni 2015-08-25 16:48:31 -04:00
parent 498b3243e0
commit b6cf517d10
1 changed files with 1 additions and 1 deletions

View File

@ -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."),
"<a href=\"/Schedule\">",