From ea25fd5d1892bb21e01afc68d94bbaffc1b50452 Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Tue, 13 Mar 2018 10:43:43 +0530 Subject: [PATCH] CRM-21777 - add ts to the message string --- CRM/Admin/Form/Setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Admin/Form/Setting.php b/CRM/Admin/Form/Setting.php index 0255496ae0..f7ed1b6246 100644 --- a/CRM/Admin/Form/Setting.php +++ b/CRM/Admin/Form/Setting.php @@ -153,7 +153,7 @@ class CRM_Admin_Form_Setting extends CRM_Core_Form { } } if (!empty($setStatus)) { - CRM_Core_Session::setStatus("Some fields are loaded as 'readonly' as they have been set (overridden) in civicrm.settings.php.", '', 'info', array('expires' => 0)); + CRM_Core_Session::setStatus(ts("Some fields are loaded as 'readonly' as they have been set (overridden) in civicrm.settings.php."), '', 'info', array('expires' => 0)); } // setting_description should be deprecated - see Mail.tpl for metadata based tpl. $this->assign('setting_descriptions', $descriptions); -- 2.25.1