X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FPrevNextCache.php;h=258e3ef5c403f749302a6e7ebd01e2e93c55569c;hb=01ebb9d33e22edd72600a1b03845703bc4da1627;hp=a39549db9e6c467e88ef7eefa66dd14b9feb57ef;hpb=c5609714eeed7825927933f93f8fd4e907a2dd58;p=civicrm-core.git diff --git a/CRM/Core/DAO/PrevNextCache.php b/CRM/Core/DAO/PrevNextCache.php index a39549db9e..258e3ef5c4 100644 --- a/CRM/Core/DAO/PrevNextCache.php +++ b/CRM/Core/DAO/PrevNextCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PrevNextCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8086ffe55554b0fba698136fd6dee894) + * (GenCodeChecksum:325d605774498631dd0a2742963d1032) */ /** @@ -85,9 +85,12 @@ class CRM_Core_DAO_PrevNextCache 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('Prev Next Caches'); + public static function getEntityTitle($plural = FALSE) { + return $plural ? ts('Prev Next Caches') : ts('Prev Next Cache'); } /**