From a8c48dbc5988426f95e2472c5a450d57b7167f4d Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Wed, 30 Apr 2014 16:05:07 -0400 Subject: [PATCH] CRM-13927 - Counties: link to local extensions directory in message ---------------------------------------- * CRM-13927: County notice gone missing https://issues.civicrm.org/jira/browse/CRM-13927 --- CRM/Admin/Form/Preferences/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Admin/Form/Preferences/Address.php b/CRM/Admin/Form/Preferences/Address.php index 7a57425960..97bc6a4ec9 100644 --- a/CRM/Admin/Form/Preferences/Address.php +++ b/CRM/Admin/Form/Preferences/Address.php @@ -208,7 +208,7 @@ FROM civicrm_county "; $countyCount = CRM_Core_DAO::singleValueQuery($sql); if ($countyCount < 10) { - CRM_Core_Session::setStatus(ts('You have enabled the County option. Please ensure you populate the county table in your CiviCRM Database. You can find extensions to populate counties in the ') . '' . ts('CiviCRM Extensions Directory') . '', + CRM_Core_Session::setStatus(ts('You have enabled the County option. Please ensure you populate the county table in your CiviCRM Database. You can find extensions to populate counties in the ') . CRM_Utils_System::href(ts('CiviCRM Extensions Directory'), 'civicrm/admin/extensions', array('reset' => 1), TRUE, 'extensions-addnew'), ts('Populate counties'), "info" ); -- 2.25.1