From 9de8b6634c578fecff15706b9cf93ccda76190b2 Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Mon, 23 Sep 2013 14:58:56 +0200 Subject: [PATCH] CC-5334 : Localize Ryerson History Feature crlf --- airtime_mvc/application/controllers/LocaleController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/controllers/LocaleController.php b/airtime_mvc/application/controllers/LocaleController.php index 71646d05c..282009aee 100644 --- a/airtime_mvc/application/controllers/LocaleController.php +++ b/airtime_mvc/application/controllers/LocaleController.php @@ -387,8 +387,8 @@ class LocaleController extends Zend_Controller_Action "Create Entry" => _("Create Entry"), "Edit History Record" => _("Edit History Record"), "No Show" => _("No Show"), - "All" => _("All"), - "Copied %s row%s to the clipboard" => _("Copied %s row%s to the clipboard"), + "All" => _("All"), + "Copied %s row%s to the clipboard" => _("Copied %s row%s to the clipboard"), "%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished." => _("%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished.") ); $this->view->layout()->disableLayout();