From 596cc029fbfd698e8e34aab1c06fa22a8dd3a6b0 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 23 May 2008 09:58:03 +0000 Subject: [PATCH] Shorten string git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13163 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/template/abook_util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/template/abook_util.php b/functions/template/abook_util.php index 55d55c16..5d859bb0 100644 --- a/functions/template/abook_util.php +++ b/functions/template/abook_util.php @@ -124,7 +124,7 @@ function get_abook_paginator($abook_page_selector, $abook_page_selector_max, // build "Show All" link // $show_all_string = '[' - . make_abook_paginator_link(1, _("Show All"), + . make_abook_paginator_link(1, _("All"), array_merge($current_page_args, array('show_all' => 1))) . ']'; -- 2.25.1