summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-26 09:44:20 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-26 09:44:20 +0800
commit0fd4f34a1affc79895da27d30f0cbed31d8867ae (patch)
tree65cf7c5f6d87beff37909608742e1f720b8ccf00
parent193ea6ae116c2a9e56682705c92fcffd51963d8f (diff)
downloadpttbbs-0fd4f34a1affc79895da27d30f0cbed31d8867ae.tar
pttbbs-0fd4f34a1affc79895da27d30f0cbed31d8867ae.tar.gz
pttbbs-0fd4f34a1affc79895da27d30f0cbed31d8867ae.tar.bz2
pttbbs-0fd4f34a1affc79895da27d30f0cbed31d8867ae.tar.lz
pttbbs-0fd4f34a1affc79895da27d30f0cbed31d8867ae.tar.xz
pttbbs-0fd4f34a1affc79895da27d30f0cbed31d8867ae.tar.zst
pttbbs-0fd4f34a1affc79895da27d30f0cbed31d8867ae.zip
Revise numlogindays description.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5971 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c
index 994b8539..ae986a9c 100644
--- a/pttbbs/mbbsd/user.c
+++ b/pttbbs/mbbsd/user.c
@@ -220,7 +220,7 @@ user_display(const userec_t * u, int adminmode)
prints("\t使用記錄: " STR_LOGINDAYS " %d " STR_LOGINDAYS_QTY
,u->numlogindays);
prints(" / 文章 %d 篇\n", u->numposts);
- prints("\t最後上線: %s (掛站每24小時自動更新), 來自 %s)\n",
+ prints("\t最後上線: %s (掛站時每日自動增加), 來自 %s)\n",
Cdate(&u->lastlogin), u->lasthost);
} else {
diff = (now - login_start_time) / 60;