From 4c374bf8707979e254ae9b68582288e6f52beb73 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 16 Jul 2009 01:59:22 +0000 Subject: * synchronize money display unit to prevent confusion git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4742 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index a1950b59..97838214 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1231,7 +1231,7 @@ do_general(int isbid) { demoney(money); addPost = 1; - prints("這是您的第 %d 篇有效文章,稿酬 %d 銀。", + prints("這是您的第 %d 篇有效文章,稿酬 %d 元", ++cuser.numposts, money); } else { // no money, no record. @@ -3372,7 +3372,7 @@ del_post(int ent, fileheader_t * fhdr, char *direct) sendalert(cuser.userid, ALERT_PWD_POSTS); } demoney(-fhdr->multi.money); - vmsgf("您的文章減為 %d 篇,支付清潔費 %d 銀", + vmsgf("您的文章減為 %d 篇,支付清潔費 %d 元", cuser.numposts, fhdr->multi.money); } @@ -3548,7 +3548,7 @@ view_postinfo(int ent, const fileheader_t * fhdr, const char *direct, int crs_ln if(m < 0) prints("│ 特殊文章,無價格記錄"); else - prints("│ 這一篇文章值 %d 銀", m); + prints("│ 這一篇文章值 %d 元", m); } prints("\n"); -- cgit v1.2.3