From c6b70fc9f2b1391fcdf59276b9bb4bc27cde324d Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Tue, 26 Mar 2013 11:35:55 -0700 Subject: [PATCH] CRM-12212 --- CRM/Utils/PagerAToZ.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CRM/Utils/PagerAToZ.php b/CRM/Utils/PagerAToZ.php index f34fa254b1..ef77786a78 100644 --- a/CRM/Utils/PagerAToZ.php +++ b/CRM/Utils/PagerAToZ.php @@ -153,9 +153,13 @@ class CRM_Utils_PagerAToZ { $aToZBar[] = $element; } - $url = sprintf('%s', - CRM_Utils_System::url($path, "force=1&qfKey=$qfKey&sortByCharacter=all"), - 'All' + $url = sprintf( + '%s', + CRM_Utils_System::url( + $path, + "force=1&qfKey=$qfKey&sortByCharacter=all" + ), + ts('All') ); $aToZBar[] = array('item' => $url); return $aToZBar; -- 2.25.1