X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FProfile%2FPage%2FListings.php;h=ab05516edf481c6cb1cec304b5aab1bb69a91790;hb=e0f5b841e8c617f1f25446f94c4fe73c51fcc0f5;hp=963d59b27fc8e26247728904b5886aa907e702df;hpb=9130c7c816fc25f82bd3febcbd9dabe1a625f681;p=civicrm-core.git diff --git a/CRM/Profile/Page/Listings.php b/CRM/Profile/Page/Listings.php index 963d59b27f..ab05516edf 100644 --- a/CRM/Profile/Page/Listings.php +++ b/CRM/Profile/Page/Listings.php @@ -13,12 +13,11 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * */ /** * This implements the profile page for all contacts. It uses a selector - * object to do the actual dispay. The fields displayd are controlled by + * object to do the actual display. The fields displayed are controlled by * the admin. */ class CRM_Profile_Page_Listings extends CRM_Core_Page { @@ -282,7 +281,7 @@ class CRM_Profile_Page_Listings extends CRM_Core_Page { $ufgroupDAO = new CRM_Core_DAO_UFGroup(); $ufgroupDAO->id = $this->_gid; if (!$ufgroupDAO->find(TRUE)) { - CRM_Core_Error::statusBounce('Unable to find matching UF Group'); + CRM_Core_Error::statusBounce(ts('Unable to find matching UF Group')); } }