diff --git a/src/openrct2/park/ParkFile.cpp b/src/openrct2/park/ParkFile.cpp index 85769403da..871c5406af 100644 --- a/src/openrct2/park/ParkFile.cpp +++ b/src/openrct2/park/ParkFile.cpp @@ -2328,7 +2328,7 @@ int32_t scenario_save(u8string_view path, int32_t flags) "collect more information about this issue, if this did not happen due to missing permissions, lack of space, " "etc. please consider submitting a bug report. To collect information we would like to trigger an assert."; - std::string report_bug_button = "Report bug, trigger an assert"; + std::string report_bug_button = "Report bug, trigger an assert, potentially terminating the game"; std::string skip_button = "Skip reporting, let me continue"; std::vector buttons{ std::move(report_bug_button), std::move(skip_button) };