Make more editor strings translatable
This commit is contained in:
parent
adb703bc59
commit
d151e1eaf9
3 changed files with 10 additions and 10 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue