1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

i18n: Improve a couple English strings

This commit is contained in:
Rémi Verschelde
2016-06-20 07:56:47 +02:00
parent 5e816fd8c8
commit 17f7065944
3 changed files with 16 additions and 22 deletions

View File

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