summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-15 13:35:43 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-15 13:35:43 +0800
commit4e2113e512a86cf56cba11062de13cc6b496ab50 (patch)
treea6ef32170d89e6f93c701f98ae7afe0785fdb7a7 /mbbsd/menu.c
parent500d5247ef4f6b4ab3a14c8b68538c126db5b3e9 (diff)
downloadpttbbs-4e2113e512a86cf56cba11062de13cc6b496ab50.tar
pttbbs-4e2113e512a86cf56cba11062de13cc6b496ab50.tar.gz
pttbbs-4e2113e512a86cf56cba11062de13cc6b496ab50.tar.bz2
pttbbs-4e2113e512a86cf56cba11062de13cc6b496ab50.tar.lz
pttbbs-4e2113e512a86cf56cba11062de13cc6b496ab50.tar.xz
pttbbs-4e2113e512a86cf56cba11062de13cc6b496ab50.tar.zst
pttbbs-4e2113e512a86cf56cba11062de13cc6b496ab50.zip
- bbs: prevent repeated showing board_enter_notes
- bbs: make commenting warnings more clear. - menu: make newmail message more clear. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3998 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 44671fa4..6aaf3399 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -52,7 +52,7 @@ showtitle(const char *title, const char *mid)
}
#else
if (ISNEWMAIL(currutmp)) {
- mid = " 郵差來按鈴囉 ";
+ mid = " 你有新信件 ";
mid_attr = ANSI_COLOR(41;5);
} else if ( HasUserPerm(PERM_ACCTREG) ) {
int nreg = dashs((char *)fn_register) / 163;