summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-08 08:23:32 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-08 08:23:32 +0800
commit8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3 (patch)
tree06a88440d5f0e9725ebe7f0e462c1277a434102a /mbbsd/user.c
parentdfeb1a9e710617bb8b800ec0a11350d1c9f79489 (diff)
downloadpttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.gz
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.bz2
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.lz
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.xz
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.tar.zst
pttbbs-8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3.zip
* improve check_BM frequency
* refine messages git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4819 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 8d93d95e..1656869c 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -176,7 +176,7 @@ user_display(const userec_t * u, int adminmode)
prints("\t\t使用記錄: " STR_LOGINDAYS " %d " STR_LOGINDAYS_QTY
,u->numlogindays);
if (u->old_numlogins)
- prints(" (轉換新制前: %d)", u->old_numlogins);
+ prints("(轉換新制前結算:%d)", u->old_numlogins);
prints(" / 文章 %d 篇\n", u->numposts);
sethomedir(genbuf, u->userid);