Skip to content

Commit

Permalink
clarify unsupported resource note
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Dec 12, 2022
1 parent a89c1c4 commit 1257853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utility/import_exporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,8 @@ String ImportExporter::get_session_notes() {
if (!unsup.is_empty()) {
report += "The following resource types were detected in the project that conversion is not implemented for yet:\n";
report += unsup;
report += "See Export Report to see which resources were not exported\n";
report += "See Export Report to see which resources were not exported.\n";
report += "You will still be able to edit the project in the editor regardless.\n";
}

if (!translation_export_message.is_empty()) {
Expand Down

0 comments on commit 1257853

Please sign in to comment.