diff --git a/src/app/valentina/dialogs/configpages/configurationpage.cpp b/src/app/valentina/dialogs/configpages/configurationpage.cpp index bde6b3838..3ca0868c6 100644 --- a/src/app/valentina/dialogs/configpages/configurationpage.cpp +++ b/src/app/valentina/dialogs/configpages/configurationpage.cpp @@ -276,9 +276,9 @@ QGroupBox *ConfigurationPage::SendGroup() sendReportCheck->setChecked(qApp->ValentinaSettings()->GetSendReportState()); description = new QLabel(tr("After each crash Valentina collect information that may help us fix a " - "problem. We do not collect any personal information. Find more about what " - "kind of information we collect.")); + "problem. We do not collect any personal information. Find more about what " + "kind of information we collect.")); description->setTextFormat(Qt::RichText); description->setTextInteractionFlags(Qt::TextBrowserInteraction); description->setOpenExternalLinks(true); @@ -372,9 +372,9 @@ void ConfigurationPage::RetranslateUi() sendGroup->setTitle(tr("Send crash reports")); sendReportCheck->setText(tr("Send crash reports (recommended)")); description->setText(tr("After each crash Valentina collect information that may help us fix a " - "problem. We do not collect any personal information. Find more about what " - "kind of information we collect.")); + "problem. We do not collect any personal information. Find more about what " + "kind of information we collect.")); drawGroup->setTitle(tr("Pattern Editing")); askPointDeletionCheck->setText(tr("Confirm item deletion"));