Improve confirm message for disabling relationships
authorColeman Watts <coleman@civicrm.org>
Sun, 7 Sep 2014 23:49:50 +0000 (19:49 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 7 Sep 2014 23:49:50 +0000 (19:49 -0400)
CRM/Admin/Page/AJAX.php

index 008afeb40773a11ba12fb2a1de1b42e969e8dc30..2677fab16f2de7c3648eeda7e9d1f27161ecd32f 100644 (file)
@@ -139,6 +139,10 @@ class CRM_Admin_Page_AJAX {
           $ret['content'] = ts('Are you sure you want to disable this premium? This action will remove the premium from any contribution pages that currently offer it. However it will not delete the premium record - so you can re-enable it and add it back to your contribution page(s) at a later time.');
           break;
 
+        case 'CRM_Contact_BAO_Relationship':
+          $ret['content'] = ts('Are you sure you want to disable this relationship?');
+          break;
+
         case 'CRM_Contact_BAO_RelationshipType':
           $ret['content'] = ts('Are you sure you want to disable this relationship type?') . '<br/><br/>' . ts('Users will no longer be able to select this value when adding or editing relationships between contacts.');
           break;