diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-05-28 14:34:41 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-06-11 02:04:51 -0300 |
commit | fd17b960e977149f026b49fb9f5ffa492982872a (patch) | |
tree | d1151b8bd64a350205bd096ebba270524e4ea1a3 /editor | |
parent | 07d4cd7f6d833332b1bc3d2025d222778624ce17 (diff) |
Small changes to the comments in the script templates.
Diffstat (limited to 'editor')
-rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 3c0cc589dc..6708f46178 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -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"); |