From ef55e90c25a10e68f58bd7eef4b83e4c58699b64 Mon Sep 17 00:00:00 2001 From: jervfors Date: Tue, 10 Aug 2004 08:08:07 +0000 Subject: [PATCH] Changing style for the Purge link to match other links git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7877 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index c0285500..693ab5bc 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -102,7 +102,7 @@ function formatMailboxName($imapConnection, $box_array) { if (($numMessages > 0) or ($box_array['parent'] == 1)) { $urlMailbox = urlencode($real_box); $line .= "\n\n" . - '  ['._("purge").']' . + '  ['._("Purge").']' . ''; } } -- 2.25.1