dev/drupal#148 Fix product form such that it is possible to unseletc duration unit...
[civicrm-core.git] / CRM / Contribute / DAO / Premium.php
index 7e0020c134926741b9c068a8c73681af624ab722..ebbafd660e65a7351998d0e48a3a49e22ac85e80 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/Premium.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cd1826e777cea80450636ef175aaab7f)
+ * (GenCodeChecksum:b35b6fb4895df990a55d9015bb82a852)
  */
 
 /**
@@ -111,9 +111,12 @@ class CRM_Contribute_DAO_Premium 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('Premiums');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Premiums') : ts('Premium');
   }
 
   /**