You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix missing i18n for some editor strings
This commit is contained in:
@@ -111,7 +111,7 @@ void OpenXRSelectInteractionProfileDialog::ok_pressed() {
|
||||
}
|
||||
|
||||
OpenXRSelectInteractionProfileDialog::OpenXRSelectInteractionProfileDialog() {
|
||||
set_title("Select an interaction profile");
|
||||
set_title(TTR("Select an interaction profile"));
|
||||
|
||||
scroll = memnew(ScrollContainer);
|
||||
scroll->set_custom_minimum_size(Size2(600.0, 400.0));
|
||||
|
||||
Reference in New Issue
Block a user