summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-10-20 17:29:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-10-20 17:29:16 +0800
commitf705fd378502d77768d6493472498fda9dbcf9d9 (patch)
tree50108c2919899930169ca0c43659fa00e821c55e
parent036d8d99880e07ecf0ff33aa4c5746e76e8e4637 (diff)
downloadpttbbs-f705fd378502d77768d6493472498fda9dbcf9d9.tar
pttbbs-f705fd378502d77768d6493472498fda9dbcf9d9.tar.gz
pttbbs-f705fd378502d77768d6493472498fda9dbcf9d9.tar.bz2
pttbbs-f705fd378502d77768d6493472498fda9dbcf9d9.tar.lz
pttbbs-f705fd378502d77768d6493472498fda9dbcf9d9.tar.xz
pttbbs-f705fd378502d77768d6493472498fda9dbcf9d9.tar.zst
pttbbs-f705fd378502d77768d6493472498fda9dbcf9d9.zip
call "people in board visible list" as "member", and keep "those who in same
board" as "(board) friends" git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5130 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/announce.c2
-rw-r--r--pttbbs/mbbsd/board.c4
-rw-r--r--pttbbs/mbbsd/friend.c4
-rw-r--r--pttbbs/mbbsd/talk.c2
-rw-r--r--pttbbs/mbbsd/var.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/pttbbs/mbbsd/announce.c b/pttbbs/mbbsd/announce.c
index 54a12202..c95145d9 100644
--- a/pttbbs/mbbsd/announce.c
+++ b/pttbbs/mbbsd/announce.c
@@ -332,7 +332,7 @@ a_showhelp(int level)
"將文章 uuencode 後寄回郵箱\n");
if (level >= MANAGER) {
outs("\n" ANSI_COLOR(36) "【 板主專用鍵 】" ANSI_RESET "\n"
- "[H] 切換為 公開/板友/板主 才能閱\讀\n"
+ "[H] 切換為 公開/可見會員名單/板主 才能閱\讀\n"
"[n/g] 收錄精華文章/開闢目錄\n"
"[m/d/D] 移動/刪除文章/刪除一個範圍的文章\n"
"[f/T/e] 編輯標題符號/修改文章標題/內容\n"
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c
index 65c54777..28c9f4bb 100644
--- a/pttbbs/mbbsd/board.c
+++ b/pttbbs/mbbsd/board.c
@@ -341,7 +341,7 @@ b_config(void)
ANSI_COLOR(1)"可以" ANSI_RESET: "不可");
prints( " " ANSI_COLOR(1;36) "e" ANSI_RESET
- " - %s "ANSI_RESET "非板友發文\n",
+ " - %s "ANSI_RESET "非看板會員發文\n",
(bp->brdattr & BRD_RESTRICTEDPOST) ?
ANSI_COLOR(1)"不開放" : "開放"
);
@@ -540,7 +540,7 @@ b_config(void)
if (!isBM) outs(" (需板主權限)");
outs(aRst);
move_ansi(ipostres++, COLPOSTRES);
- prints("%sv%s)可見名單 %sw%s)水桶名單 ",
+ prints("%sw%s)水桶名單 %sv%s)可見會員名單 ",
aHot, aRst, aHot, aRst);
move_ansi(ipostres++, COLPOSTRES);
prints("%sm%s)舉辦投票 %so%s)投票名單 ",
diff --git a/pttbbs/mbbsd/friend.c b/pttbbs/mbbsd/friend.c
index 87152f6b..ea6baccd 100644
--- a/pttbbs/mbbsd/friend.c
+++ b/pttbbs/mbbsd/friend.c
@@ -32,7 +32,7 @@ static char * const friend_desc[8] = {
"描述一下:",
"投票者描述:",
"惡形惡狀:",
- "看板好友描述"
+ "看板會員描述"
};
/* Ptt 各種特別名單的中文敘述 */
@@ -44,7 +44,7 @@ static char * const friend_list[8] = {
"其它特別名單",
"私人投票名單",
"看板禁聲名單",
- "看板好友名單"
+ "看板會員名單"
};
/* sized in screen width */
diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c
index 6f7a56be..93ad7a28 100644
--- a/pttbbs/mbbsd/talk.c
+++ b/pttbbs/mbbsd/talk.c
@@ -380,7 +380,7 @@ friend_stat(const userinfo_t * me, const userinfo_t * ui)
{
int i, j;
unsigned int hit = 0;
- /* 看板好友 */
+ /* 看板好友 (在同看板的其它使用者) */
if (me->brc_id && ui->brc_id == me->brc_id) {
hit = IBH;
}
diff --git a/pttbbs/mbbsd/var.c b/pttbbs/mbbsd/var.c
index 9e1fd8be..f70662f1 100644
--- a/pttbbs/mbbsd/var.c
+++ b/pttbbs/mbbsd/var.c
@@ -60,7 +60,7 @@ const char * const str_permboard[] = {
"連結看板", /* BRD_SYMBOLIC */
"不可噓", /* BRD_NOBOO */
"預設 Local Save", /* BRD_LOCALSAVE */
- "限板友發文", /* BRD_RESTRICTEDPOST */
+ "限看板會員發文", /* BRD_RESTRICTEDPOST */
"Guest可以發表", /* BRD_GUESTPOST */
#ifdef USE_COOLDOWN
"冷靜", /* BRD_COOLDOWN */