summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-01-30 16:45:31 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-01-30 16:45:31 +0800
commit93fb1469c9bb4b511c15ebdfd7a9e286967d8a87 (patch)
treecadf4fb292615ec7f5e459b9b5789feef011cd11
parent5e17fa8229babdf5fb6ae955e2e1c97d369208a1 (diff)
downloadpttbbs-93fb1469c9bb4b511c15ebdfd7a9e286967d8a87.tar
pttbbs-93fb1469c9bb4b511c15ebdfd7a9e286967d8a87.tar.gz
pttbbs-93fb1469c9bb4b511c15ebdfd7a9e286967d8a87.tar.bz2
pttbbs-93fb1469c9bb4b511c15ebdfd7a9e286967d8a87.tar.lz
pttbbs-93fb1469c9bb4b511c15ebdfd7a9e286967d8a87.tar.xz
pttbbs-93fb1469c9bb4b511c15ebdfd7a9e286967d8a87.tar.zst
pttbbs-93fb1469c9bb4b511c15ebdfd7a9e286967d8a87.zip
refine the message
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5302 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c
index 399b4c11..04a2192d 100644
--- a/pttbbs/mbbsd/talk.c
+++ b/pttbbs/mbbsd/talk.c
@@ -465,7 +465,7 @@ my_query(const char *uident)
// ------------------------------------------------------------
- prints("《" STR_LOGINDAYS "》%d " STR_LOGINDAYS_QTY " (一天一次)", muser.numlogindays);
+ prints("《" STR_LOGINDAYS "》%d " STR_LOGINDAYS_QTY " (同天內只計一次)", muser.numlogindays);
#ifdef SHOW_LOGINOK
if (!(muser.userlevel & PERM_LOGINOK))
outs(" (尚未通過認證)");