Rename MailingComponent BAO
[civicrm-core.git] / CRM / Admin / Page / AJAX.php
index 1fef6d99e87f21286b99f00f552958e9c04f9b64..24f4c25f58a7738cf57e0b0f76503c7b55b8c62d 100644 (file)
@@ -165,7 +165,7 @@ class CRM_Admin_Page_AJAX {
           $ret['content'] = ts('Are you sure you want to disable this Participant Status?') . '<br/><br/> ' . ts('Users will no longer be able to select this value when adding or editing Participant Status.');
           break;
 
-        case 'CRM_Mailing_BAO_Component':
+        case 'CRM_Mailing_BAO_MailingComponent':
           $ret['content'] = ts('Are you sure you want to disable this component?');
           break;