Explorar el Código

- changed checkbox text to 'As Attachment' improve understanding

Brian G. Peterson hace 21 años
padre
commit
ffd9d7e09a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -652,7 +652,7 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp
     $menu_row .= getButton('SUBMIT', 'smaction_reply_all', _("Reply All"), $on_click) ."\n";
     $menu_row .= getButton('SUBMIT', 'smaction_forward', _("Forward"), $on_click);
     if ($enable_forward_as_attachment)
-        $menu_row .= '<input type="checkbox" name="smaction_attache">' . _("Attachment") ."\n";
+        $menu_row .= '<input type="checkbox" name="smaction_attache">' . _("As Attachment") ."\n";
 
     $menu_row .= '</form>'.'&nbsp;&nbsp;'."\n";