X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FDAO%2FGroupContact.php;h=5f6dde1bde790cf216a3c878157f2b4390ba4c96;hb=2d8ba49021f103e6b52d6f5379cc5918264a9964;hp=52c66fd638c930609b4d353de13d309c20b7612d;hpb=744e8f1330b393dbf32fbf487ce1f7456c71f750;p=civicrm-core.git diff --git a/CRM/Contact/DAO/GroupContact.php b/CRM/Contact/DAO/GroupContact.php index 52c66fd638..5f6dde1bde 100644 --- a/CRM/Contact/DAO/GroupContact.php +++ b/CRM/Contact/DAO/GroupContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:143ba4d95cae73fc81c8e932970cbc1f) + * (GenCodeChecksum:5c26ac19a56e589da1399e755469229b) */ /** @@ -82,9 +82,12 @@ class CRM_Contact_DAO_GroupContact 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 Contacts'); + public static function getEntityTitle($plural = FALSE) { + return $plural ? ts('Group Contacts') : ts('Group Contact'); } /**