You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
i18n: Sync translation template with current source
Also French translation update and misc fixes to source strings.
This commit is contained in:
@@ -1850,7 +1850,7 @@ ProjectManager::ProjectManager() {
|
||||
|
||||
sort_filters->add_spacer(true);
|
||||
Label *search_label = memnew(Label);
|
||||
search_label->set_text(TTR(" Search:"));
|
||||
search_label->set_text(TTR("Search:"));
|
||||
sort_filters->add_child(search_label);
|
||||
|
||||
HBoxContainer *search_filters = memnew(HBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user