From 3e31b8992990841c8c2b4e72a4e64e9ab8929f6e Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 25 Mar 2018 00:35:57 -0400 Subject: [PATCH] - corrected 2 spelling errors and added a linebreak with a really long line for the stats prompt --- src/d_stats.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/d_stats.cpp b/src/d_stats.cpp index 8012b10ef..c4fb6d1a5 100644 --- a/src/d_stats.cpp +++ b/src/d_stats.cpp @@ -317,12 +317,13 @@ void D_ConfirmSendStats() // TODO: texts static const char *const MESSAGE_TEXT = "In order to decide where to focus development, the GZDoom team would like to know a little bit about the hardware it is run on.\n" \ - "For this we would like to ask you if we may sent three bits of information to gzstats.drdteam.org.\n" \ + "For this we would like to ask you if we may send three bits of information to gzstats.drdteam.org.\n" \ "The three items we would like to know about are:\n" \ "- Operating system\n" \ "- Number of processor cores\n" \ "- Currently used renderer\n\n" \ - "All information sent will be anonymous. We will NOT be sending this information to any third party. It will merely be used for decisionmaking about GZDoom's future development.\n" \ + "All information sent will be anonymous. We will NOT be sending this information to any third party.\n" \ + "It will merely be used for decision-making about GZDoom's future development.\n" \ "Data will only be sent at most twice per system, once for the software renderer and once for the hardware renderer.\n" \ "If you are getting this notice more than once per renderer, please let us know on the forums. Thanks!\n\n" \ "May we send this data? If you click 'no', nothing will be sent and you will not be asked again.";