Merge pull request #18857 from eileenmcnaughton/sort2
[civicrm-core.git] / CRM / Contact / DAO / SubscriptionHistory.php
index 421ea3381555f30664b05db8bf3b608b8874a1f4..cbdab5b5352aab6f512747a777cf19da901f1fb0 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/SubscriptionHistory.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7c033b0631f14da30172883b14686574)
+ * (GenCodeChecksum:c38d68dcab2d037fc65d4e59bd30d1d4)
  */
 
 /**
@@ -89,9 +89,12 @@ class CRM_Contact_DAO_SubscriptionHistory 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('Subscription Histories');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Subscription Histories') : ts('Subscription History');
   }
 
   /**