Shorten string
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 23 May 2008 09:58:03 +0000 (09:58 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 23 May 2008 09:58:03 +0000 (09:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13163 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/template/abook_util.php

index 55d55c16e5b56315493b7eeedbd71a175c1e7a73..5d859bb0dd16cf6c959ec29f7fefb9765a268c2f 100644 (file)
@@ -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)))
                      . ']';