summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-25 19:04:41 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-25 19:04:41 +0800
commit0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490 (patch)
treee34b015180cb4372b13dd646ec80f6aabe135319 /mbbsd
parentebbe5ec42b49f275c7dbcf09e762b4c0ab4e58e8 (diff)
downloadpttbbs-0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490.tar
pttbbs-0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490.tar.gz
pttbbs-0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490.tar.bz2
pttbbs-0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490.tar.lz
pttbbs-0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490.tar.xz
pttbbs-0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490.tar.zst
pttbbs-0bcccbd2ccbd6a17fb811ee7e52e987f0a9c1490.zip
- artwork: align chat input and message bar
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4247 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c
index f97a34ca..5bf56c83 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -44,7 +44,7 @@ chat_clear(char*unused)
static void
print_footer()
{
- vs_footer("【 聊天室 】",
+ vs_footer("【談天室】",
" (PgUp/PgDn)回顧聊天記錄 (Ctrl-Z)快速切換 (Ctrl-C)離開聊天室");
}