From a81645961f0ab104dc8b09825aa9379083308c14 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Wed, 3 Sep 2003 02:22:59 +0000 Subject: typo git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1153 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 84fa9c3e..bca23743 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1304,7 +1304,7 @@ mail_waterball(int ent, fileheader_t * fhdr, char *direct) move(b_lines - 8, 0); outs("水球整理程式:\n" "系統將會按照和不同人丟的水球各自獨立\n" - "於整點的時候 (尖鋒時段除外) 將資料整理好寄送給您\n\n\n"); + "於整點的時候 (尖峰時段除外) 將資料整理好寄送給您\n\n\n"); if (address[0]) { snprintf(genbuf, sizeof(genbuf), "寄給 [%s] 嗎(Y/N/Q)?[Y] ", address); getdata(b_lines - 5, 0, genbuf, fname, 3, LCECHO); @@ -1359,7 +1359,7 @@ mail_waterball(int ent, fileheader_t * fhdr, char *direct) assert(fp); fprintf(fp, "%s\n%s\n%d\n", cuser.userid, address, cmode); fclose(fp); - vmsg("設定完成, 系統將在下一個整點(尖鋒時段除外)將資料寄給您"); + vmsg("設定完成, 系統將在下一個整點(尖峰時段除外)將資料寄給您"); return FULLUPDATE; } #endif -- cgit v1.2.3