QTfrontend/ui/widget/feedbackdialog.cpp
changeset 13400 6476721e1a38
parent 13188 16b375b21af1
child 14857 b9437746bffb
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Wed May 23 20:45:42 2018 -0400
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Thu May 24 15:20:29 2018 +0200
@@ -109,7 +109,8 @@
 
     CheckSendSpecs = new QCheckBox();
     CheckSendSpecs->setText(QLabel::tr("Send system information"));
-    CheckSendSpecs->setChecked(true);
+    CheckSendSpecs->setChecked(false);
+    CheckSendSpecs->setToolTip(tr("This is optional, but this information might help us to resolve bugs and other technical problems."));
     BtnViewInfo = new QPushButton(tr("View"));
     BtnViewInfo->setFixedHeight(40);
     feedbackLayout->addWidget(CheckSendSpecs, 0, 2, 2, 1);