You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
@@ -1735,7 +1735,7 @@ void ScriptEditor::_update_script_names() {
|
||||
|
||||
String name = eh->get_class();
|
||||
Ref<Texture> icon = get_icon("Help", "EditorIcons");
|
||||
String tooltip = name + TTR(" Class Reference");
|
||||
String tooltip = vformat(TTR("%s Class Reference"), name);
|
||||
|
||||
_ScriptEditorItemData sd;
|
||||
sd.icon = icon;
|
||||
|
||||
Reference in New Issue
Block a user