mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Small changes to the comments in the script templates.
This commit is contained in:
parent
07d4cd7f6d
commit
fd17b960e9
3 changed files with 19 additions and 21 deletions
|
|
@ -2862,7 +2862,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
|||
|
||||
error_dialog = memnew(AcceptDialog);
|
||||
add_child(error_dialog);
|
||||
error_dialog->get_ok()->set_text(TTR("I see.."));
|
||||
error_dialog->get_ok()->set_text(TTR("I see..."));
|
||||
|
||||
debugger = memnew(ScriptEditorDebugger(editor));
|
||||
debugger->connect("goto_script_line", this, "_goto_script_line");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue