mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
003e977cd5
commit
38104bb89d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue