summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-18 08:09:15 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-18 08:09:15 +0800
commit9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09 (patch)
treeffd9ab11a256382b5e5770727af76ac43b9b2617 /mbbsd/user.c
parentcd139961035597bc03422fc510c2c3aa0ce99ff0 (diff)
downloadpttbbs-9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09.tar
pttbbs-9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09.tar.gz
pttbbs-9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09.tar.bz2
pttbbs-9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09.tar.lz
pttbbs-9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09.tar.xz
pttbbs-9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09.tar.zst
pttbbs-9edc59a95248b1ef8db38574f4f0b6a8a2cd0e09.zip
* refine the names of money (some user get confused between the names)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4652 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 7b482f24..59501cb0 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -145,7 +145,7 @@ user_display(const userec_t * u, int adminmode)
outs("\n");
prints("\t\t電子信箱: %s\n", u->email);
- prints("\t\t銀行帳戶: %d 銀兩\n", u->money);
+ prints("\t\t銀行帳戶: %d 元\n", u->money);
prints("\t\t性 別: %s\n", sex[u->sex%8]);
prints("\t\t生 日: %04i/%02i/%02i (%s滿18歲)\n",
u->year + 1900, u->month, u->day,