mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix #2164 clarify help message about disabling categories
This commit is contained in:
parent
58d6d51e9f
commit
d1012c7c42
2 changed files with 4 additions and 4 deletions
|
|
@ -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 = 'Temporarily disable categories. Existing categories will not be deleted.';
|
||||
$lang->about_hide_category = 'Temporarily disable categories. Existing categories will not be deleted.<br>Unless you select the option below, users may not be able to write anymore.';
|
||||
$lang->allow_no_category = 'Do not require category';
|
||||
$lang->about_allow_no_category = 'Allow posting without selecting a category. (Note that admins can always do this.)';
|
||||
$lang->about_allow_no_category = 'Allow posting without selecting a category.<br>Admins are never required to select a category.';
|
||||
$lang->protect_content = 'Protect Content';
|
||||
$lang->protect_comment = 'Protect Comment';
|
||||
$lang->protect_admin_content = 'Protect Admin Content';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue