diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/stuff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c index 7d9b4652..8b6887be 100644 --- a/mbbsd/stuff.c +++ b/mbbsd/stuff.c @@ -412,9 +412,7 @@ vmsg_lines(const int lines, const char msg[]) if (msg) outs((char *)msg); else - outs("\033[45;1m \033[37m" - "\033[200m\033[1431m\033[506m□ 請按 \033[33m(Space/Return)\033[37m 繼續 □\033[201m (^T) 收到暫存檔 \033[m"); - + outs(SHM->i18nstr[cuser.language][1883]); do { if( (ch = igetch()) == Ctrl('T') ) capture_screen(); |