$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;