Skip to content

Commit

Permalink
Fix reverted string change
Browse files Browse the repository at this point in the history
Seems to have accidentally changed repo URL in previous commit.  Reverted and string change readded in this commit.
  • Loading branch information
Tekisasu-JohnK committed Oct 9, 2024
1 parent ccae532 commit 843174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/export/export_template_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ ExportTemplateManager::ExportTemplateManager() {
install_file_dialog->set_access(FileDialog::ACCESS_FILESYSTEM);
install_file_dialog->set_file_mode(FileDialog::FILE_MODE_OPEN_FILE);
install_file_dialog->set_current_dir(EDITOR_DEF("_export_template_download_directory", ""));
install_file_dialog->add_filter("*.tpz", TTR("Godot Export Templates"));
install_file_dialog->add_filter("*.tpz", TTR("Redot Export Templates"));
install_file_dialog->connect("file_selected", callable_mp(this, &ExportTemplateManager::_install_file_selected).bind(false));
add_child(install_file_dialog);

Expand Down

0 comments on commit 843174e

Please sign in to comment.