summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-15 20:13:34 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-15 20:13:34 +0800
commit8d5407026c534916c014ca413012297aa8d386de (patch)
treef4e3044271e57f4ab6dee85c85f5807319d0ca01
parenta443e91ac44f48ef83c4bf23cb1c2cf5a39850ae (diff)
downloadpttbbs-8d5407026c534916c014ca413012297aa8d386de.tar
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.gz
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.bz2
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.lz
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.xz
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.zst
pttbbs-8d5407026c534916c014ca413012297aa8d386de.zip
Wrong format of menu.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1986 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 739f8de4..7e3ec37a 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -373,7 +373,7 @@ static commands_t namelist[] = {
static commands_t userlist[] = {
{u_info, PERM_LOGINOK, "IInfo �]�w�ӤH��ƻP�K�X"},
{calendar, PERM_LOGINOK, "CCalendar �ӤH��ƾ�"},
- {u_editcalendar, PERM_LOGINOK, "DEditCalendar �s��ӤH��ƾ�"},
+ {u_editcalendar, PERM_LOGINOK, "CDEditCalendar �s��ӤH��ƾ�"},
{u_loginview, PERM_LOGINOK, "LLogin View ��ܶi���e��"},
{u_ansi, 0, "AANSI ���� ANSI \033[36m�m\033[35m��\033[37m/"
"\033[30;47m��\033[1;37m��\033[m�ҥ�"},
@@ -384,9 +384,9 @@ static commands_t userlist[] = {
{u_editplan, PERM_LOGINOK, "QQueryEdit �s��W����"},
{u_editsig, PERM_LOGINOK, "SSignature �s��ñ�W��"},
#if HAVE_FREECLOAK
- {u_cloak, PERM_LOGINOK, "KCloak �����N"},
+ {u_cloak, PERM_LOGINOK, "KKCloak �����N"},
#else
- {u_cloak, PERM_CLOAK, "KCloak �����N"},
+ {u_cloak, PERM_CLOAK, "KKCloak �����N"},
#endif
{u_register, PERM_BASIC, "RRegister ��g�m���U�ӽг�n"},
{u_list, PERM_SYSOP, "UUsers �C�X���U�W��"},