From 7c6f15984dcfa93851e5c53fee09c03738c5d595 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Wed, 10 Jun 2015 18:02:25 -0400 Subject: [PATCH] Small consistency changes for the embeddable widgets --- airtime_mvc/application/configs/navigation.php | 2 +- .../application/controllers/EmbeddablewidgetsController.php | 4 ++-- .../application/views/scripts/embeddablewidgets/index.phtml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airtime_mvc/application/configs/navigation.php b/airtime_mvc/application/configs/navigation.php index 4a26366bf..30f09060b 100644 --- a/airtime_mvc/application/configs/navigation.php +++ b/airtime_mvc/application/configs/navigation.php @@ -81,7 +81,7 @@ $pages = array( 'resource' => 'listenerstat' ), array( - 'label' => _('Widgets'), + 'label' => _('Embeddable Widgets'), 'module' => 'default', 'controller' => 'embeddablewidgets', 'action' => 'index' diff --git a/airtime_mvc/application/controllers/EmbeddablewidgetsController.php b/airtime_mvc/application/controllers/EmbeddablewidgetsController.php index 3d3285d0a..7685d5c94 100644 --- a/airtime_mvc/application/controllers/EmbeddablewidgetsController.php +++ b/airtime_mvc/application/controllers/EmbeddablewidgetsController.php @@ -29,8 +29,8 @@ class EmbeddableWidgetsController extends Zend_Controller_Action } if (!$apiEnabled) { - $this->view->weekly_schedule_error_msg = _("To use the embeddable weekly schedule you must:

- 1. Enable the Public Airtime API under System -> Preferences"); + $this->view->weekly_schedule_error_msg = _("To use the embeddable weekly schedule widget you must:

+ Enable the Public Airtime API under System -> Preferences"); } } } diff --git a/airtime_mvc/application/views/scripts/embeddablewidgets/index.phtml b/airtime_mvc/application/views/scripts/embeddablewidgets/index.phtml index b132d1cb1..42a642a79 100644 --- a/airtime_mvc/application/views/scripts/embeddablewidgets/index.phtml +++ b/airtime_mvc/application/views/scripts/embeddablewidgets/index.phtml @@ -1,5 +1,5 @@
-

+

Player Weekly Schedule