Fix #2048 use more descriptive captions for category-related options

This commit is contained in:
Kijin Sung 2022-12-18 20:55:49 +09:00
parent 3b48a0e2ce
commit 868dfb33e9
5 changed files with 9 additions and 8 deletions

View file

@ -53,9 +53,9 @@ $lang->choose_board_instance = 'Please choose one or more board instance.';
$lang->comment_status = 'Comments Allowed';
$lang->category_settings = 'Category settings';
$lang->hide_category = 'Hide categories';
$lang->about_hide_category = 'You can disable a category feature.';
$lang->about_hide_category = 'Temporarily disable categories. Existing categories will not be deleted.';
$lang->allow_no_category = 'Do not require category';
$lang->about_allow_no_category = 'Allow users to write documents without selecting a category.';
$lang->about_allow_no_category = 'Allow posting without selecting a category. (Note that admins can always do this.)';
$lang->protect_content = 'Protect Content';
$lang->protect_comment = 'Protect Comment';
$lang->protect_admin_content = 'Protect Admin Content';