*
* Generated from xml/schema/CRM/Core/CustomGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fbf405c2b8b04de06a84977970ae8b02)
+ * (GenCodeChecksum:e06fe97917806daa0d337c43968ccf2b)
*/
/**
* Whether to return the plural version of the title.
*/
public static function getEntityTitle($plural = FALSE) {
- return $plural ? ts('Custom Groups') : ts('Custom Group');
+ return $plural ? ts('Custom Field Groups') : ts('Custom Field Group');
}
/**