summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;