Browse Source

Changing "empty" to "expunge" for more clarity.

graf25 23 years ago
parent
commit
878f64b6f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -94,7 +94,7 @@ function formatMailboxName($imapConnection, $box_array) {
         if ($numMessages > 0) {
         if ($numMessages > 0) {
             $urlMailbox = urlencode($real_box);
             $urlMailbox = urlencode($real_box);
             $line .= "\n<small>\n" .
             $line .= "\n<small>\n" .
-                    "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("empty")."</A>)" .
+                    "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("expunge")."</A>)" .
                     "</small>";
                     "</small>";
         }
         }
     }
     }