From 0fd4f34a1affc79895da27d30f0cbed31d8867ae Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 26 Mar 2014 01:44:20 +0000 Subject: Revise numlogindays description. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5971 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3