summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-24 14:00:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-24 14:00:22 +0800
commita8a50c21f53be98a231422550d368c0719b06e3a (patch)
tree450cd42731591c2953b6d6a2f0234f2ab57075b6 /mbbsd/mail.c
parent63573eaa9ce3ad757f402e91e0844305e6f4265e (diff)
downloadpttbbs-a8a50c21f53be98a231422550d368c0719b06e3a.tar
pttbbs-a8a50c21f53be98a231422550d368c0719b06e3a.tar.gz
pttbbs-a8a50c21f53be98a231422550d368c0719b06e3a.tar.bz2
pttbbs-a8a50c21f53be98a231422550d368c0719b06e3a.tar.lz
pttbbs-a8a50c21f53be98a231422550d368c0719b06e3a.tar.xz
pttbbs-a8a50c21f53be98a231422550d368c0719b06e3a.tar.zst
pttbbs-a8a50c21f53be98a231422550d368c0719b06e3a.zip
recommendation: a more elegant UI
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2949 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 */