1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #19251 from YeldhamDev/script_templates_changes

Small changes to the comments in the script templates
This commit is contained in:
Max Hilbrunner
2018-07-03 16:48:03 +02:00
committed by GitHub
3 changed files with 19 additions and 21 deletions

View File

@@ -2884,7 +2884,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");