1
0
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:
Geequlim
2016-05-29 16:10:23 +08:00
parent cb3faf0b6f
commit cb05e8450d
12 changed files with 20 additions and 27 deletions

View File

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