From 4f06eec152a24f49492388c06cba41108547fcbb Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 10 Sep 2009 11:13:19 +0000 Subject: * some users do not understand the numpost is for all boards, so let's hint them. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4828 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/board.c b/mbbsd/board.c index 6bc7f6da..082b0903 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -449,7 +449,7 @@ b_config(void) i = (int)lpost * 10; attr = (cuser.numposts < i) ? 1 : 0; if (attr) outs(ANSI_COLOR(1;31)); - prints("文章篇數 %d 篇以上", i); + prints("各看板有效文章共 %d 篇以上", i); if (attr) outs(ANSI_RESET); hasres = 1; } -- cgit v1.2.3