From 350d0cd20c82477d73ad3fb364255990e8ba0d33 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 8 Jan 2021 20:05:45 +0900 Subject: [PATCH] Add notice about view permissions in combined boards --- modules/board/lang/en.php | 2 +- modules/board/lang/ko.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/board/lang/en.php b/modules/board/lang/en.php index 7e1882cc2..63499f948 100644 --- a/modules/board/lang/en.php +++ b/modules/board/lang/en.php @@ -93,7 +93,7 @@ $lang->cmd_do_not_message = 'Never'; $lang->delete_placeholder = 'Delete Placeholder'; $lang->msg_document_notify_mail = '[%s] The new post : %s'; $lang->cmd_board_combined_board = 'Combined Board'; -$lang->about_board_combined_board = 'You can use this board to view documents from other boards. Press the Ctrl key and click to select multiple boards.'; +$lang->about_board_combined_board = 'You can use this board to view documents from other boards. Press the Ctrl key and click to select multiple boards.
Caution: view permissions for the current board will apply to all affected documents.'; $lang->cmd_board_include_modules = 'Include Boards'; $lang->cmd_board_include_modules_none = '(None)'; $lang->cmd_board_include_days = 'Include Duration'; diff --git a/modules/board/lang/ko.php b/modules/board/lang/ko.php index 803dc647c..490144adc 100644 --- a/modules/board/lang/ko.php +++ b/modules/board/lang/ko.php @@ -105,7 +105,7 @@ $lang->cmd_document_vote_user = '이 글의 추천인 목록'; $lang->cmd_comment_vote_user = '이 댓글의 추천인 목록'; $lang->msg_not_target = '문서 또는 댓글의 추천인목록만 조회가능합니다.'; $lang->cmd_board_combined_board = '통합 게시판'; -$lang->about_board_combined_board = '다른 게시판의 글을 모아서 볼 수 있습니다. 여러 게시판을 선택하려면 Ctrl 키를 누르고 클릭하세요.'; +$lang->about_board_combined_board = '다른 게시판의 글을 모아서 볼 수 있습니다. 여러 게시판을 선택하려면 Ctrl 키를 누르고 클릭하세요.
주의: 현재 게시판의 읽기 권한 설정이 모든 글에 적용됩니다.'; $lang->cmd_board_include_modules = '포함할 게시판 선택'; $lang->cmd_board_include_modules_none = '(포함하지 않음)'; $lang->cmd_board_include_days = '포함할 기간';