X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FDAO%2FGroupContact.php;h=7838dde527e92e54ab8db6db939a9b90746bed1b;hb=95e5dd745cb2dccad67851afadc3f569784f543c;hp=52c66fd638c930609b4d353de13d309c20b7612d;hpb=2384bebbe14d1735c00298594d7c3c128a1ac6ae;p=civicrm-core.git diff --git a/CRM/Contact/DAO/GroupContact.php b/CRM/Contact/DAO/GroupContact.php index 52c66fd638..7838dde527 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:ea7c012e774a203b869e0fadec080cab) */ /** @@ -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'); } /**