Tweak some editor texts' capitalization, use "Go to" instead of "Goto"
This also fixes a typo in the `debugger/debug_with_external_editor` shortcut.
This commit is contained in:
parent
8fc92ae86f
commit
c4770a5b5d
5 changed files with 13 additions and 12 deletions
|
|
@ -1993,7 +1993,7 @@ Control *Control::find_prev_valid_focus() const {
|
|||
|
||||
if (!from) {
|
||||
|
||||
ERR_EXPLAIN("Prev focus node is not a control: " + n->get_name());
|
||||
ERR_EXPLAIN("Previous focus node is not a control: " + n->get_name());
|
||||
ERR_FAIL_V(NULL);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue