1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

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
5 changed files with 13 additions and 12 deletions

View File

@@ -302,7 +302,7 @@ FindInFilesDialog::FindInFilesDialog() {
set_custom_minimum_size(Size2(400, 190));
set_resizable(true);
set_title(TTR("Find in files"));
set_title(TTR("Find in Files"));
VBoxContainer *vbc = memnew(VBoxContainer);
vbc->set_anchor_and_margin(MARGIN_LEFT, ANCHOR_BEGIN, 8 * EDSCALE);