You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Set more visible string to translatable
This commit is contained in:
@@ -1016,7 +1016,7 @@ void ProjectListFilter::_setup_filters() {
|
||||
|
||||
filter_option->clear();
|
||||
filter_option->add_item(TTR("Name"));
|
||||
filter_option->add_item("Path");
|
||||
filter_option->add_item(TTR("Path"));
|
||||
}
|
||||
|
||||
void ProjectListFilter::_command(int p_command) {
|
||||
|
||||
Reference in New Issue
Block a user