From b42ff262efe19c9eb2194b39d5e8e68acad5bf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 4 Aug 2022 18:40:25 +0200 Subject: [PATCH] Add more info to 'trigger assert' button --- src/openrct2/park/ParkFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) };