summaryrefslogtreecommitdiffstats
path: root/mbbsd/xyz.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-07-16 09:59:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-07-16 09:59:22 +0800
commit4c374bf8707979e254ae9b68582288e6f52beb73 (patch)
tree33230d601d01cf63a05869e82b63e6598b088077 /mbbsd/xyz.c
parentd1daee578ef794049fa0fd22b2c0ab668abbf26f (diff)
downloadpttbbs-4c374bf8707979e254ae9b68582288e6f52beb73.tar
pttbbs-4c374bf8707979e254ae9b68582288e6f52beb73.tar.gz
pttbbs-4c374bf8707979e254ae9b68582288e6f52beb73.tar.bz2
pttbbs-4c374bf8707979e254ae9b68582288e6f52beb73.tar.lz
pttbbs-4c374bf8707979e254ae9b68582288e6f52beb73.tar.xz
pttbbs-4c374bf8707979e254ae9b68582288e6f52beb73.tar.zst
pttbbs-4c374bf8707979e254ae9b68582288e6f52beb73.zip
* synchronize money display unit to prevent confusion
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4742 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r--mbbsd/xyz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index badddf1d..8f1e7ed3 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -93,7 +93,7 @@ note(void)
notedata_t myitem;
if (cuser.money < 5) {
- vmsg(ANSI_COLOR(1;41) " 哎呀! 要投五銀才能留言...沒錢耶.." ANSI_RESET);
+ vmsg(ANSI_COLOR(1;41) " 哎呀! 要投五元才能留言...沒錢耶.." ANSI_RESET);
return 0;
}
setutmpmode(EDNOTE);
@@ -101,7 +101,7 @@ note(void)
myitem.buf[0][0] = myitem.buf[1][0] = myitem.buf[2][0] = '\0';
move(12, 0);
clrtobot();
- outs("\n投五銀... 嗶... 請留言 (至多三行),按[Enter]結束");
+ outs("\n投五元... 嗶... 請留言 (至多三行),按[Enter]結束");
for (i = 0; (i < 3) && getdata(16 + i, 0, ":", myitem.buf[i],
sizeof(myitem.buf[i]) - 5, DOECHO)
&& *myitem.buf[i]; i++);