From: pdontthink Date: Fri, 23 May 2008 09:58:03 +0000 (+0000) Subject: Shorten string X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=596cc029fbfd698e8e34aab1c06fa22a8dd3a6b0;p=squirrelmail.git Shorten string git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13163 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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))) . ']';