Use consistent casing in editor filter/search bars
This commit is contained in:
parent
9d28e10276
commit
7f7244f04a
16 changed files with 24 additions and 27 deletions
|
|
@ -1765,7 +1765,7 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
|
|||
|
||||
search = memnew(LineEdit);
|
||||
search->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
search->set_placeholder(TTR("Filter stack variables"));
|
||||
search->set_placeholder(TTR("Filter Stack Variables"));
|
||||
search->set_clear_button_enabled(true);
|
||||
tools_hb->add_child(search);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue