You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user