From 334cd28e07c3c3a5d4fff04b525e96b0d072e47d Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 31 Oct 2024 11:19:55 +0100 Subject: [PATCH] Crashpad: Fix privacy information Change-Id: I67569d9bfc11c02f9a6a57f456b4beb6901f8323 Reviewed-by: Leena Miettinen --- src/plugins/coreplugin/coreplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/coreplugin.cpp b/src/plugins/coreplugin/coreplugin.cpp index 9b6e3beac8f..7fc4631a690 100644 --- a/src/plugins/coreplugin/coreplugin.cpp +++ b/src/plugins/coreplugin/coreplugin.cpp @@ -553,7 +553,7 @@ void CorePlugin::warnAboutCrashReporing() // static QString CorePlugin::msgCrashpadInformation() { - return Tr::tr("%1 uses Google Crashpad for collecting crashes and sending them to our backend " + return Tr::tr("%1 uses Google Crashpad for collecting crashes and sending them to Sentry " "for processing. Crashpad may capture arbitrary contents from crashed process’ " "memory, including user sensitive information, URLs, and whatever other content " "users have trusted %1 with. The collected crash reports are however only used "