From 26a425f5b596dd84259471f4eb6deacc7c88a113 Mon Sep 17 00:00:00 2001 From: thomppj Date: Sun, 11 Nov 2001 21:53:23 +0000 Subject: [PATCH] Small change in terminology. Patrick should be happier... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1730 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 87148242..361e017a 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -130,7 +130,7 @@ if ($numMessages > 0) { $urlMailbox = urlencode($real_box); $line .= "\n\n"; - $line .= "   ("._("purge").")"; + $line .= "  ("._("empty").")"; $line .= "\n\n"; } } -- 2.25.1