From 2c3e79e842f3174ec36dc92ba1454ac33ac716b7 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 14 Jan 2013 13:53:27 -0500 Subject: [PATCH] CC-4832: I18N: Tool tip for show is partially filled in Calendar page is not translated -fixed --- 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 1af6efb4a..3248174b6 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -210,6 +210,7 @@ class LocaleController extends Zend_Controller_Action //"Error code: " => _("Error code: "), //"Error msg: " => _("Error msg: "), "This show has no scheduled content." => _("This show has no scheduled content."), + "This show is not completely filled with content." => _("This show is not completely filled with content."), //already in schedule/add-show.js //"The show instance doesn"t exist anymore!" => _("The show instance doesn"t exist anymore!"), //schedule/schedule.js