From 01e7b31ccb4ee6ad403a756ff72fb20ddad40ea3 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Fri, 24 Mar 2017 13:36:31 +0100 Subject: [PATCH] Add missing string to localcontroller --- airtime_mvc/application/controllers/LocaleController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index 4dfb73e69..421f07a87 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -280,6 +280,7 @@ final class LocaleController extends Zend_Controller_Action "Filtering out " => _("Filtering out "), " of " => _(" of "), " records" => _(" records"), + "There are no shows scheduled during the specified time period." => _("There are no shows scheduled during the specified time period."), //already in library/library.js //"Title" => _("Title"), //"Creator" => _("Creator"),