summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-25 00:08:21 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-25 00:08:21 +0800
commit88b4d69ded90aac6895d9619d1a786b3f4c2a8ad (patch)
tree775a8ee806525bf7d150f49972ba7f67c88fe53f
parent824242e7275cebbda233a9acaef4d3b53b8cbf32 (diff)
downloadpttbbs-88b4d69ded90aac6895d9619d1a786b3f4c2a8ad.tar
pttbbs-88b4d69ded90aac6895d9619d1a786b3f4c2a8ad.tar.gz
pttbbs-88b4d69ded90aac6895d9619d1a786b3f4c2a8ad.tar.bz2
pttbbs-88b4d69ded90aac6895d9619d1a786b3f4c2a8ad.tar.lz
pttbbs-88b4d69ded90aac6895d9619d1a786b3f4c2a8ad.tar.xz
pttbbs-88b4d69ded90aac6895d9619d1a786b3f4c2a8ad.tar.zst
pttbbs-88b4d69ded90aac6895d9619d1a786b3f4c2a8ad.zip
- admin: reject reason finetune, suggested by iamori@ptt
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3947 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 96982d5e..0bb424db 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1208,7 +1208,7 @@ scan_register_form(const char *regfile, int automode, const char *target_uid)
"詳填「(畢業)學校及『系』『級』」或「服務單位(含所屬縣市及職稱)」",
"填寫完整的住址資料 (含縣市名稱, 台北市請含行政區域)",
"詳填連絡電話 (含區域碼, 中間不用加 '-', '(', ')'等符號",
- "確實填寫註冊申請表",
+ "精確並完整填寫註冊申請表",
"用中文填寫申請單",
NULL
};
@@ -1451,7 +1451,7 @@ static const char *reasonstr[REJECT_REASONS] = {
"詳填(畢業)學校『系』『級』或服務單位(含所屬縣市及職稱)",
"填寫完整的住址資料 (含縣市名稱, 台北市請含行政區域)",
"詳填連絡電話 (含區碼, 中間不加 '-', '(', ')' 等符號)",
- "確實填寫註冊申請表",
+ "精確並完整填寫註冊申請表",
"用中文填寫申請單",
};