summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-08 00:01:56 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-08 00:01:56 +0800
commit1812d5521f71bf6726cd959308cb4628c5a1951c (patch)
treef61c5be32e335668ddddeca1e28459605a220b6c /mbbsd/menu.c
parent80d861dff5d757ef5827054a0633fdbe56ff356a (diff)
downloadpttbbs-1812d5521f71bf6726cd959308cb4628c5a1951c.tar
pttbbs-1812d5521f71bf6726cd959308cb4628c5a1951c.tar.gz
pttbbs-1812d5521f71bf6726cd959308cb4628c5a1951c.tar.bz2
pttbbs-1812d5521f71bf6726cd959308cb4628c5a1951c.tar.lz
pttbbs-1812d5521f71bf6726cd959308cb4628c5a1951c.tar.xz
pttbbs-1812d5521f71bf6726cd959308cb4628c5a1951c.tar.zst
pttbbs-1812d5521f71bf6726cd959308cb4628c5a1951c.zip
- register: Regform2 API prototype (for concurrent registration form validation) [not applied yet]
- file/passwd/assess: API finetune - menu: menu item finetune git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3975 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 20fed243..7eaaf53c 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -400,12 +400,12 @@ static const commands_t maillist[] = {
{m_new, PERM_READMAIL, "RNew 閱\讀新進郵件"},
{m_read, PERM_READMAIL, "RRead 多功\能讀信選單"},
{m_send, PERM_LOGINOK, "RSend 站內寄信"},
- {x_love, PERM_LOGINOK, "PPaper 情書產生器"},
{mail_list, PERM_LOGINOK, "RMail List 群組寄信"},
+ {x_love, PERM_LOGINOK, "PPaper 情書產生器"},
{setforward, PERM_LOGINOK, "FForward " ANSI_COLOR(1;32)
"設定信箱自動轉寄" ANSI_RESET},
- {m_sysop, 0, "YYes, sir! 諂媚站長"},
- {m_internet, PERM_INTERNET, "RInternet 寄信到 Internet"},
+ {m_sysop, 0, "YYes, sir! 寫信給站長"},
+ {m_internet, PERM_INTERNET, "RInternet 寄信到站外"},
{mail_mbox, PERM_INTERNET, "RZip UserHome 把所有私人資料打包回去"},
{built_mail_index, PERM_LOGINOK, "SSavemail 重建信箱索引"},
{mail_all, PERM_SYSOP, "RAll 寄信給所有使用者"},