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:
Hugo Locurcio 2018-09-25 22:44:50 +02:00
parent 8fc92ae86f
commit c4770a5b5d
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
5 changed files with 13 additions and 12 deletions

View file

@ -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 {