Skip to content

Commit

Permalink
Merge pull request #11802 from jitendrapurohit/CRM-21777-ts
Browse files Browse the repository at this point in the history
CRM-21777 - add ts to the message string
  • Loading branch information
eileenmcnaughton authored Mar 13, 2018
2 parents 1811919 + ea25fd5 commit 174d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Admin/Form/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function buildQuickForm() {
}
}
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);
Expand Down

0 comments on commit 174d7d0

Please sign in to comment.