Added warning while disabling groups
[civicrm-core.git] / CRM / Admin / Page / AJAX.php
index 1fef6d99e87f21286b99f00f552958e9c04f9b64..15761b1d799995e7b52622ce4dbd199f3bcd73db 100644 (file)
@@ -203,6 +203,7 @@ class CRM_Admin_Page_AJAX {
 
         case 'CRM_Contact_BAO_Group':
           $ret['content'] = ts('Are you sure you want to disable this Group?');
+          $ret['content'] .= '<br /><br /><strong>' . ts('WARNING - Disabling this group will disable all the child groups associated if any.') . '</strong>';
           break;
 
         case 'CRM_Core_BAO_OptionGroup':