1
0
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:
Haoyu Qiu
2024-03-23 22:39:49 +08:00
parent 29b3d9e9e5
commit 91204f6f3f
7 changed files with 11 additions and 11 deletions

View File

@@ -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));