浏览代码

Use 'answered' instead of 'read'. Icon is different.

tokul 21 年之前
父节点
当前提交
11f1d08305
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      functions/mailbox_display.php

+ 2 - 0
functions/mailbox_display.php

@@ -323,6 +323,8 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
                     }
                     if (isset($msg['FLAG_ANSWERED']) && ($msg['FLAG_ANSWERED']) == true)
                     {
+                        $msg_alt = '(' . _("Answered") . ')';
+                        $msg_title = '(' . _("Answered") . ')';
                         $msg_icon .= '_reply';
                     }
                     $td_str .= '<IMG SRC="' . $msg_icon . '.gif" border="0" alt="'. $msg_alt . '" title="' . $msg_title . '" height="12" width="18" >';