From: jervfors Date: Tue, 10 Aug 2004 08:08:07 +0000 (+0000) Subject: Changing style for the Purge link to match other links X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ef55e90c25a10e68f58bd7eef4b83e4c58699b64 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 --- 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").']' . ''; } }