You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Add missing i18n to various strings
(cherry picked from commit 25d93200c8)
This commit is contained in:
committed by
Rémi Verschelde
parent
5514126234
commit
2c3646b37b
@@ -494,7 +494,7 @@ TreeItem *EditorHelpSearch::Runner::_create_class_item(TreeItem *p_parent, const
|
||||
} else if (ClassDB::class_exists(p_doc->name) && ClassDB::is_parent_class(p_doc->name, "Object")) {
|
||||
icon = ui_service->get_icon("Object", "EditorIcons");
|
||||
}
|
||||
String tooltip = p_doc->brief_description.strip_edges();
|
||||
String tooltip = DTR(p_doc->brief_description.strip_edges());
|
||||
|
||||
TreeItem *item = results_tree->create_item(p_parent);
|
||||
item->set_icon(0, icon);
|
||||
|
||||
Reference in New Issue
Block a user