浏览代码

Missed a spelling change

indiri69 23 年之前
父节点
当前提交
63a4eaf6a3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/read_body.php

+ 2 - 2
src/read_body.php

@@ -485,9 +485,9 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp
    $comp_action_uri = $comp_uri . '&action=forward_as_attachment';
    if ($compose_new_win == '1') {
       $s .= '<a href="javascript:void(0)" '. 
-            'onclick="comp_in_new(\''.$comp_action_uri.'\')">'._("Forward as attachment").'</a>';
+            'onclick="comp_in_new(\''.$comp_action_uri.'\')">'._("Forward as Attachment").'</a>';
    } else {
-      $s .= '<a href="'.$comp_action_uri.'">'._("Forward as attachment").'</a>';
+      $s .= '<a href="'.$comp_action_uri.'">'._("Forward as Attachment").'</a>';
    }
    $s .= $topbar_delimiter;