Merge pull request #19138 from demeritcowboy/tabs-profile
[civicrm-core.git] / CRM / Contact / DAO / Relationship.php
index 14b10a52802e77892254edd2063d4583955aaac6..23c77467b2be2a0975ba5f738cbc64e03be76462 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/Relationship.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:25faea8225f483ae95cf29af08a8542d)
+ * (GenCodeChecksum:2046fac3c61cd88a17bf21dfe3e6f970)
  */
 
 /**
@@ -124,9 +124,12 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
 
   /**
    * Returns localized title of this entity.
+   *
+   * @param bool $plural
+   *   Whether to return the plural version of the title.
    */
-  public static function getEntityTitle() {
-    return ts('Relationships');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Relationships') : ts('Relationship');
   }
 
   /**