Explorar el Código

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

graf25 hace 23 años
padre
commit
878f64b6f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>";
         }
     }