diff options
-rw-r--r-- | mbbsd/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |