summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 8d863d63..b2cab6b6 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -20,7 +20,7 @@ setforward(void)
fscanf(fp, "%s", ip); // XXX check buffer size
fclose(fp);
}
- getdata_buf(b_lines - 1, 0, "請輸入信箱自動轉寄的email地址:",
+ getdata_buf(b_lines - 1, 0, "請輸入自動轉寄的Email: ",
ip, sizeof(ip), DOECHO);
/* anti idiots */