summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 73616dd5..78cfbfc8 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -226,10 +226,10 @@ a_showmenu(const menu_t * pm)
{ // something in queue
prints(
ANSI_COLOR(37;44) "【已標記(複製) %d 個項目】"
- ANSI_COLOR(31;47) " (h)" ANSI_COLOR(30) "說明 "
ANSI_COLOR(31) "(c)" ANSI_COLOR(30) "標記/複製 "
ANSI_COLOR(31) "(p)" ANSI_COLOR(30) "貼上/取消/重設標記 "
ANSI_COLOR(31) "(a)" ANSI_COLOR(30) "附加至文章後 "
+// ANSI_COLOR(31;47) " (h)" ANSI_COLOR(30) "說明 "
// ANSI_COLOR(31) "[注意]" ANSI_COLOR(30) "拷貝後才能刪除原文!"
ANSI_RESET , copyqueue_querysize());
}