diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/common.h b/include/common.h index f03eb38d..1b51aced 100644 --- a/include/common.h +++ b/include/common.h @@ -101,12 +101,12 @@ #define MSG_POSTER_LEN (78) #define MSG_POSTER ANSI_COLOR(34;46) " 文章選讀 "\ - ANSI_COLOR(31;47) " (y)" ANSI_COLOR(30) "回信"\ - ANSI_COLOR(31) "(X%)" ANSI_COLOR(30) "推文"\ + ANSI_COLOR(31;47) " (y)" ANSI_COLOR(30) "回應"\ + ANSI_COLOR(31) "(X)" ANSI_COLOR(30) "推文"\ ANSI_COLOR(31) "(x)" ANSI_COLOR(30) "轉錄 "\ - ANSI_COLOR(31) "(=[]<>)" ANSI_COLOR(30) "相關主題 "\ - ANSI_COLOR(31) "(/?a)" ANSI_COLOR(30) "搜尋標題/作者 "\ - ANSI_COLOR(31) "(V)" ANSI_COLOR(30) "投票 "\ + ANSI_COLOR(31) "(=[]<>)" ANSI_COLOR(30) "相關主題"\ + ANSI_COLOR(31) "(/?a)" ANSI_COLOR(30) "搜尋標題/作者 "\ + ANSI_COLOR(31) "(i)" ANSI_COLOR(30) "看板設定"\ "" #define MSG_MAILER_LEN (78) #define MSG_MAILER \ |