summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-02 00:37:54 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-02 00:37:54 +0800
commit78f43e8c18e2ad103ee3fc20490d6e29a50f9331 (patch)
tree24ec9651ae258ed04eaa2427d0c9c4f2851e4bed /mbbsd/user.c
parent8c49555a1861b32024b35e4a89b4b696107e3c48 (diff)
downloadpttbbs-78f43e8c18e2ad103ee3fc20490d6e29a50f9331.tar
pttbbs-78f43e8c18e2ad103ee3fc20490d6e29a50f9331.tar.gz
pttbbs-78f43e8c18e2ad103ee3fc20490d6e29a50f9331.tar.bz2
pttbbs-78f43e8c18e2ad103ee3fc20490d6e29a50f9331.tar.lz
pttbbs-78f43e8c18e2ad103ee3fc20490d6e29a50f9331.tar.xz
pttbbs-78f43e8c18e2ad103ee3fc20490d6e29a50f9331.tar.zst
pttbbs-78f43e8c18e2ad103ee3fc20490d6e29a50f9331.zip
- make Test as macro name
- general message update and finetune git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3770 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index b7fb4e6a..8645ab62 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1403,7 +1403,7 @@ toregister(char *email, char *genbuf, char *phone, char *career,
"\n"
" 2.若您沒有 E-Mail 或是一直無法收到認證信, 請輸入 x \n"
" 會有站長親自人工審核註冊資料," ANSI_COLOR(1;33)
- "但注意這可能會花上數天或更多時間。" ANSI_RESET "\n"
+ "但注意這可能會花上數週或更多時間。" ANSI_RESET "\n"
"**********************************************************\n"
"* 注意! *\n"
"* 通常應該會在輸入完成後十分鐘內收到認證信, 若過久未收到 *\n"
@@ -1449,7 +1449,7 @@ toregister(char *email, char *genbuf, char *phone, char *career,
move(15, 0); clrtobot();
move(17, 0);
outs("指定的 E-Mail 不合法, 若您無 E-Mail 請輸入 x 由站長手動認證\n");
- outs("但注意手動認證通常會花上數天的時間。\n");
+ outs("但注意手動認證通常會花上數週以上的時間。\n");
}
}
strlcpy(cuser.email, email, sizeof(cuser.email));