summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 21:38:14 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-06 21:38:14 +0800
commite2a6b4b4502bd8926777c9b17747e65528422464 (patch)
tree13e3da9497952ea312802beab4a4ae0ccd32abbb /mbbsd/user.c
parent2eb5731c5011ca46377f4301965c15cf7750b49a (diff)
downloadpttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.gz
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.bz2
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.lz
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.xz
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.tar.zst
pttbbs-e2a6b4b4502bd8926777c9b17747e65528422464.zip
* refine message with quantity
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4813 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 5f94c135..e1d6dc26 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -173,7 +173,7 @@ user_display(const userec_t * u, int adminmode)
prints("\t\t認證資料: %s\n", u->justify);
}
- prints("\t\t上站文章: " STR_LOGINDAYS " %d / 文章 %d 篇\n",
+ prints("\t\t上站文章: " STR_LOGINDAYS " %d " STR_LOGINDAYS_QTY "/ 文章 %d 篇\n",
u->numlogindays, u->numposts);
sethomedir(genbuf, u->userid);