X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FUFMatch.php;h=71de7d0c94e563fa93ca64d8aa8e39af1e9529b7;hb=655da1f919af8318da84d80422841599c332024d;hp=9ef7bd540a44f2a78cb78bd6219498946d486787;hpb=508bfb89b08d9eab75d70728b1cbce1e8c54f18a;p=civicrm-core.git diff --git a/CRM/Core/DAO/UFMatch.php b/CRM/Core/DAO/UFMatch.php index 9ef7bd540a..71de7d0c94 100644 --- a/CRM/Core/DAO/UFMatch.php +++ b/CRM/Core/DAO/UFMatch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFMatch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:bb9d91c913ff3b1088ca8fa03cd23740) + * (GenCodeChecksum:fe0a85773ffa8532fab26a7036d904cf) */ /** @@ -99,7 +99,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { * Whether to return the plural version of the title. */ public static function getEntityTitle($plural = FALSE) { - return $plural ? ts('UFMatches') : ts('UFMatch'); + return $plural ? ts('User Accounts') : ts('User Account'); } /**