From 06dbb77e2cbe83146fb1b3587de9aca9948987c3 Mon Sep 17 00:00:00 2001 From: graf25 Date: Wed, 17 Apr 2002 14:10:53 +0000 Subject: [PATCH] Changing "empty" to "expunge" for more clarity. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2739 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 53c7d4ad..8b9199fc 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -94,7 +94,7 @@ function formatMailboxName($imapConnection, $box_array) { if ($numMessages > 0) { $urlMailbox = urlencode($real_box); $line .= "\n\n" . - "  ("._("empty").")" . + "  ("._("expunge").")" . ""; } } -- 2.25.1