summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-22 00:40:01 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-22 00:40:01 +0800
commit4c9c62444cb6de151e3de5b826b80d5daee89d75 (patch)
tree0f0342943607e78e19ca08e9d9a5843680f43ab4
parent60b9711175dd6ebada18658e0d69383d916824c2 (diff)
downloadpttbbs-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
-rw-r--r--mbbsd/user.c2
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�ڭ̧Y�N�H�X�{�ҫH (�z���ӷ|�b 10 ����������)\n"
- "�����z�i�H��ڻ{�ҫH���D���{�ҽX\n"
+ "�����z�i�H�ھڻ{�ҫH���D���{�ҽX\n"
"��J�� (U)ser -> (R)egister ��N�i�H�������U");
pressanykey();
return;