mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-18 06:26:16 +00:00
Make more editor strings translatable
This commit is contained in:
@@ -691,7 +691,7 @@ ExportTemplateManager::ExportTemplateManager() {
|
||||
|
||||
template_open = memnew(FileDialog);
|
||||
template_open->set_title(TTR("Select Template File"));
|
||||
template_open->add_filter("*.tpz ; Godot Export Templates");
|
||||
template_open->add_filter("*.tpz ; " + TTR("Godot Export Templates"));
|
||||
template_open->set_access(FileDialog::ACCESS_FILESYSTEM);
|
||||
template_open->set_mode(FileDialog::MODE_OPEN_FILE);
|
||||
template_open->connect("file_selected", this, "_install_from_file", varray(true));
|
||||
|
||||
Reference in New Issue
Block a user