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

@ -8,7 +8,7 @@ $lang->parent_category_title = 'Parent Category';
$lang->category_title = 'Category';
$lang->category_color = 'Category Font Color';
$lang->expand = 'Expand';
$lang->category_group_srls = 'Accessable Group';
$lang->category_group_srls = 'Allowed Groups';
$lang->cmd_document_module_config = 'Basic Settings';
$lang->cmd_make_child = 'Add Child Category';
$lang->cmd_pc_icon_setting = 'PC icon setting';
@ -16,7 +16,7 @@ $lang->cmd_mobile_icon_setting = 'Mobile icon setting';
$lang->cmd_enable_move_category = 'Change category position (Select a category and drag it to the position you want.)';
$lang->about_category_title = 'Please enter a category name.';
$lang->about_expand = 'Select this option, and they will stay expanded.';
$lang->about_category_group_srls = 'Only the selected group will be able to use this category.';
$lang->about_category_group_srls = 'Only the selected group will be able to write posts in this category. If none is selected, everyone is allowed.';
$lang->about_category_color = 'You can set the font color of the category. e.g.) red or #ff0000';
$lang->cmd_search_next = 'Search Next';
$lang->cmd_temp_save = 'Temporary Save';