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 f8f9952c..717f8e8a 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -402,7 +402,7 @@ b_config(void) outs(ANSI_COLOR(1;32)); else outs(ANSI_COLOR(1;31)); - outs("發文限制" ANSI_RESET); + outs("發文與推文限制" ANSI_RESET); #define POSTRESTRICTION(msg,utag) \ prints(msg, attr ? ANSI_COLOR(1) : "", i, attr ? ANSI_RESET : "") |