summaryrefslogtreecommitdiff
path: root/editor/plugins
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2018-07-03 16:48:03 +0200
committerGitHub <noreply@github.com>2018-07-03 16:48:03 +0200
commit0705eb904a006ede23a8a837d20aa79a1d7a0b98 (patch)
tree5a1e7655ead75c32a202681dd3e5df195f31dcac /editor/plugins
parent23ad85c692ebbb10df00e1a01263017e897ac4ef (diff)
parentfd17b960e977149f026b49fb9f5ffa492982872a (diff)
Merge pull request #19251 from YeldhamDev/script_templates_changes
Small changes to the comments in the script templates
Diffstat (limited to 'editor/plugins')
-rw-r--r--editor/plugins/script_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index 9724017787..aa4673f41e 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -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");