summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-21 00:45:20 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-21 00:45:20 +0800
commitee8292c5a2efcc1078d2023654f27df97d626c25 (patch)
tree07419bbb56e183be41d269b9b29f43f5c7c4daee /mbbsd
parent9e4a1d72b07738df371f4403c537366b79c99ffe (diff)
downloadpttbbs-ee8292c5a2efcc1078d2023654f27df97d626c25.tar
pttbbs-ee8292c5a2efcc1078d2023654f27df97d626c25.tar.gz
pttbbs-ee8292c5a2efcc1078d2023654f27df97d626c25.tar.bz2
pttbbs-ee8292c5a2efcc1078d2023654f27df97d626c25.tar.lz
pttbbs-ee8292c5a2efcc1078d2023654f27df97d626c25.tar.xz
pttbbs-ee8292c5a2efcc1078d2023654f27df97d626c25.tar.zst
pttbbs-ee8292c5a2efcc1078d2023654f27df97d626c25.zip
- register validation: change message from "validated" to "viewed".
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4320 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/register.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/register.c b/mbbsd/register.c
index 548a42bb..f0c05d48 100644
--- a/mbbsd/register.c
+++ b/mbbsd/register.c
@@ -2187,7 +2187,7 @@ regform2_validate_single(const char *xuid)
if (xuid && tid == 0)
prints("未發現 %s 的註冊單。", xuid);
else
- prints("您審了 %d 份註冊單。", tid);
+ prints("您檢視了 %d 份註冊單。", tid);
pressanykey();
}
@@ -2524,7 +2524,7 @@ regform2_validate_page(int dryrun)
// finishing
clear(); move(5, 0);
- prints("您審了 %d 份註冊單。", tid);
+ prints("您檢視了 %d 份註冊單。", tid);
pressanykey();
return 0;
}