Small changes to the comments in the script templates.

This commit is contained in:
Michael Alexsander Silva Dias 2018-05-28 14:34:41 -03:00
parent 07d4cd7f6d
commit fd17b960e9
3 changed files with 19 additions and 21 deletions

View file

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