Merge pull request #18838 from eileenmcnaughton/vrenew
[civicrm-core.git] / CRM / Contact / DAO / RelationshipCache.php
index 1e874cb2bd9ac70fbfc822e3db29c9f40f6151f4..5701d5c3e67369f3bb6c9e897eda430d3203562b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/RelationshipCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6de8ba08019ff8821fd4e09f14db6da9)
+ * (GenCodeChecksum:ba039fcadc13e48749f965343301ec1d)
  */
 
 /**
@@ -129,7 +129,7 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO {
    *   Whether to return the plural version of the title.
    */
   public static function getEntityTitle($plural = FALSE) {
-    return $plural ? ts('Relationship Caches') : ts('Relationship Cache');
+    return $plural ? ts('Related Contacts') : ts('Related Contact');
   }
 
   /**
@@ -237,7 +237,7 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO {
         'near_relation' => [
           'name' => 'near_relation',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Relationship Name (Near side)'),
+          'title' => ts('Relationship Name (to related contact)'),
           'description' => ts('name for relationship of near_contact to far_contact.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -271,7 +271,7 @@ class CRM_Contact_DAO_RelationshipCache extends CRM_Core_DAO {
         'far_relation' => [
           'name' => 'far_relation',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Relationship Name (Near side)'),
+          'title' => ts('Relationship Name (from related contact)'),
           'description' => ts('name for relationship of far_contact to near_contact.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,