From 0693718164bcb5875af9211713bfa7c4cce86d58 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Sat, 21 Dec 2019 14:57:15 +0800 Subject: Makes more editor strings translatable * "Add" button text in Groups Editor * "Receiver Method" in Connect Signal Dialog * "Play Mode" in Animation State Machine Editor * "Mesh Library" button text in Mesh Library editor plugin * Compose Array node button texts in Visual Script * Various button texts in TileSet Editor * Various Run Script errors --- editor/connections_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/connections_dialog.cpp') diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index f5a01dfb04..44034fd127 100644 --- a/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp @@ -413,7 +413,7 @@ ConnectDialog::ConnectDialog() { vbc_right->add_margin_child(TTR("Extra Call Arguments:"), bind_editor, true); HBoxContainer *dstm_hb = memnew(HBoxContainer); - vbc_left->add_margin_child("Receiver Method:", dstm_hb); + vbc_left->add_margin_child(TTR("Receiver Method:"), dstm_hb); dst_method = memnew(LineEdit); dst_method->set_h_size_flags(SIZE_EXPAND_FILL); -- cgit v1.2.3