Ver Fonte

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

graf25 há 23 anos atrás
pai
commit
878f64b6f4
1 ficheiros alterados com 1 adições e 1 exclusões
  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) {
             $urlMailbox = urlencode($real_box);
             $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>";
         }
     }