summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-10 19:13:19 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-10 19:13:19 +0800
commit4f06eec152a24f49492388c06cba41108547fcbb (patch)
tree5ad230156f88c891cce14ba193040f17fefd2008
parentd2321acec4b2e1b7fe25c39694f17430321522d4 (diff)
downloadpttbbs-4f06eec152a24f49492388c06cba41108547fcbb.tar
pttbbs-4f06eec152a24f49492388c06cba41108547fcbb.tar.gz
pttbbs-4f06eec152a24f49492388c06cba41108547fcbb.tar.bz2
pttbbs-4f06eec152a24f49492388c06cba41108547fcbb.tar.lz
pttbbs-4f06eec152a24f49492388c06cba41108547fcbb.tar.xz
pttbbs-4f06eec152a24f49492388c06cba41108547fcbb.tar.zst
pttbbs-4f06eec152a24f49492388c06cba41108547fcbb.zip
* 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
-rw-r--r--mbbsd/board.c2
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;
}