Merge pull request #18857 from eileenmcnaughton/sort2
[civicrm-core.git] / CRM / Contact / DAO / GroupNesting.php
index 90624a6e98fdb749120d4626376b6d438ead8716..6262c1f5a44fb0bc50a2d9d4e7c3987db5c3881f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupNesting.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0ca7da77b0229b439c9c3a4c4c2e4326)
+ * (GenCodeChecksum:396dffdb22106c85cc4832b61307c264)
  */
 
 /**
@@ -61,9 +61,12 @@ class CRM_Contact_DAO_GroupNesting 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('Group Nestings');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Group Nestings') : ts('Group Nesting');
   }
 
   /**