diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-30 02:03:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 02:03:45 +0200 |
commit | 26bfaf34dda931d5b69713d4fb99e7a73c5dd75c (patch) | |
tree | fa93f37cf0fd29fb4136aea09140c9a2361a6c2c /editor/connections_dialog.cpp | |
parent | 5dd667905f44495868bccbc0514eb582abbeff28 (diff) | |
parent | 7f7244f04a15a050f5f2a5f1c615ee0d43bf6cf9 (diff) |
Merge pull request #61488 from fire-forge/filter
Diffstat (limited to 'editor/connections_dialog.cpp')
-rw-r--r-- | editor/connections_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index 6ed723b891..74fea03fee 100644 --- a/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp @@ -1126,7 +1126,7 @@ ConnectionsDock::ConnectionsDock() { search_box = memnew(LineEdit); search_box->set_h_size_flags(Control::SIZE_EXPAND_FILL); - search_box->set_placeholder(TTR("Filter signals")); + search_box->set_placeholder(TTR("Filter Signals")); search_box->set_clear_button_enabled(true); search_box->connect("text_changed", callable_mp(this, &ConnectionsDock::_filter_changed)); vbc->add_child(search_box); |