From 980ef55356d3557b5afd9e2984b4182f8b46b272 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 1 Jul 2023 15:47:12 +0100 Subject: [PATCH] Fix grammatical error in opt-in request. Also makes it even more clear that design files aren't shared. --- common/dialogs/panel_data_collection_base.cpp | 4 ++-- common/dialogs/panel_data_collection_base.fbp | 2 +- common/dialogs/panel_data_collection_base.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/dialogs/panel_data_collection_base.cpp b/common/dialogs/panel_data_collection_base.cpp index 60ef42585b..3eb2da9ffa 100644 --- a/common/dialogs/panel_data_collection_base.cpp +++ b/common/dialogs/panel_data_collection_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3) +// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -17,7 +17,7 @@ PANEL_DATA_COLLECTION_BASE::PANEL_DATA_COLLECTION_BASE( wxWindow* parent, wxWind wxBoxSizer* bSizer8; bSizer8 = new wxBoxSizer( wxVERTICAL ); - m_stExplanation = new wxStaticText( this, wxID_ANY, _("KiCad can anonymously report crashes and special event data to developers in order to aid identifying critical bugs across the user base more effectively and help profile functionality to guide improvements.\n\nTo link automatic reports from the same KiCad install, a unique identifier is generated that is completely random, it is only used for the purposes of crash reporting. No personally identifiable information (PII) including IP address is stored or connected to this identifier. You may reset this id at anytime with the button provided.\n\nIf you choose to voluntarily participate, KiCad will automatically handle sending said reports when crashes or events occur. Your design files such as schematic or PCB are not shared in this process."), wxDefaultPosition, wxDefaultSize, 0 ); + m_stExplanation = new wxStaticText( this, wxID_ANY, _("KiCad can anonymously report crashes and special event data to developers in order to aid identifying critical bugs across the user base more effectively and help profile functionality to guide improvements.\n\nTo link automatic reports from the same KiCad install, a unique identifier is generated that is completely random, and is only used for the purposes of crash reporting. No personally identifiable information (PII) including IP address is stored or connected to this identifier. You may reset this id at anytime with the button provided.\n\nIf you choose to voluntarily participate, KiCad will automatically handle sending said reports when crashes or events occur. Your design files such as schematic or PCB are never shared in this process."), wxDefaultPosition, wxDefaultSize, 0 ); m_stExplanation->Wrap( 500 ); bSizer8->Add( m_stExplanation, 0, wxALL, 5 ); diff --git a/common/dialogs/panel_data_collection_base.fbp b/common/dialogs/panel_data_collection_base.fbp index 2eebe8c9da..2609d41c3f 100644 --- a/common/dialogs/panel_data_collection_base.fbp +++ b/common/dialogs/panel_data_collection_base.fbp @@ -98,7 +98,7 @@ 0 0 wxID_ANY - KiCad can anonymously report crashes and special event data to developers in order to aid identifying critical bugs across the user base more effectively and help profile functionality to guide improvements. To link automatic reports from the same KiCad install, a unique identifier is generated that is completely random, it is only used for the purposes of crash reporting. No personally identifiable information (PII) including IP address is stored or connected to this identifier. You may reset this id at anytime with the button provided. If you choose to voluntarily participate, KiCad will automatically handle sending said reports when crashes or events occur. Your design files such as schematic or PCB are not shared in this process. + KiCad can anonymously report crashes and special event data to developers in order to aid identifying critical bugs across the user base more effectively and help profile functionality to guide improvements. To link automatic reports from the same KiCad install, a unique identifier is generated that is completely random, and is only used for the purposes of crash reporting. No personally identifiable information (PII) including IP address is stored or connected to this identifier. You may reset this id at anytime with the button provided. If you choose to voluntarily participate, KiCad will automatically handle sending said reports when crashes or events occur. Your design files such as schematic or PCB are never shared in this process. 0 0 diff --git a/common/dialogs/panel_data_collection_base.h b/common/dialogs/panel_data_collection_base.h index 2f2a166b7b..63d7d69b4d 100644 --- a/common/dialogs/panel_data_collection_base.h +++ b/common/dialogs/panel_data_collection_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3) +// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE!