diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-22 00:40:01 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-22 00:40:01 +0800 |
commit | 4c9c62444cb6de151e3de5b826b80d5daee89d75 (patch) | |
tree | 0f0342943607e78e19ca08e9d9a5843680f43ab4 /mbbsd/user.c | |
parent | 60b9711175dd6ebada18658e0d69383d916824c2 (diff) | |
download | pttbbs-4c9c62444cb6de151e3de5b826b80d5daee89d75.tar pttbbs-4c9c62444cb6de151e3de5b826b80d5daee89d75.tar.gz pttbbs-4c9c62444cb6de151e3de5b826b80d5daee89d75.tar.bz2 pttbbs-4c9c62444cb6de151e3de5b826b80d5daee89d75.tar.lz pttbbs-4c9c62444cb6de151e3de5b826b80d5daee89d75.tar.xz pttbbs-4c9c62444cb6de151e3de5b826b80d5daee89d75.tar.zst pttbbs-4c9c62444cb6de151e3de5b826b80d5daee89d75.zip |
fix wrong word
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1802 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index c92c32ee..4a544620 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1054,7 +1054,7 @@ toregister(char *email, char *genbuf, char *phone, char *career, bsmtp("etc/registermail", buf, email, 0); strlcpy(cuser.userid, tmp, sizeof(cuser.userid)); outs("\n\n\n我們即將寄出認證信 (您應該會在 10 分鐘內收到)\n" - "收到後您可以跟據認證信標題的認證碼\n" + "收到後您可以根據認證信標題的認證碼\n" "輸入到 (U)ser -> (R)egister 後就可以完成註冊"); pressanykey(); return; |