summaryrefslogtreecommitdiffstats
path: root/tools/editor/connections_dialog.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-06-20 07:56:47 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-06-20 08:08:23 +0200
commit17f706594412194bceb5209dfed0e54ea5bdd5ac (patch)
treeb5a563227d478c09fce72609c202b022ce7f1cbe /tools/editor/connections_dialog.cpp
parent5e816fd8c8e8c97e22f636573667a99ac705e56c (diff)
downloadredot-engine-17f706594412194bceb5209dfed0e54ea5bdd5ac.tar.gz
i18n: Improve a couple English strings
Diffstat (limited to 'tools/editor/connections_dialog.cpp')
-rw-r--r--tools/editor/connections_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/connections_dialog.cpp b/tools/editor/connections_dialog.cpp
index 8847654ad7..faaae4360b 100644
--- a/tools/editor/connections_dialog.cpp
+++ b/tools/editor/connections_dialog.cpp
@@ -309,7 +309,7 @@ ConnectDialog::ConnectDialog() {
tree = memnew(SceneTreeEditor(false));
- vbc_left->add_margin_child(TTR("Conect To Node:"),tree,true);
+ vbc_left->add_margin_child(TTR("Connect To Node:"),tree,true);