You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Fix category names in help search dialog not translated
This commit is contained in:
@@ -541,6 +541,7 @@ TreeItem *EditorHelpSearch::Runner::_create_category_item(TreeItem *p_parent, co
|
||||
TreeItem *item = nullptr;
|
||||
if (_find_or_create_item(p_parent, item_meta, item)) {
|
||||
item->set_icon(0, ui_service->get_editor_theme_icon(p_icon));
|
||||
item->set_auto_translate_mode(0, AUTO_TRANSLATE_MODE_ALWAYS);
|
||||
item->set_text(0, p_text);
|
||||
item->set_metadata(0, item_meta);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user