Explorar el Código

Changed new word for Envelope Options

thomppj hace 23 años
padre
commit
e4ed58b48a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -518,7 +518,7 @@ function formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color) {
    $url = $base_uri.'src/view_header.php?'.$QUERY_STRING;
 
    $s  = "<TR>\n";
-   $s .= '<TD VALIGN="MIDDLE" ALIGN="RIGHT" WIDTH="20%"><B>' . _("Other") . ":&nbsp;&nbsp;</B></TD>\n";
+   $s .= '<TD VALIGN="MIDDLE" ALIGN="RIGHT" WIDTH="20%"><B>' . _("Options") . ":&nbsp;&nbsp;</B></TD>\n";
    $s .= '<TD VALIGN="MIDDLE" ALIGN="LEFT" WIDTH="80%"><SMALL>';
    $s .= '<a href="'.$url.'">'.("View Full Header").'</a>';