From 31582e06da6046005a56c0c3b16e2956d8c2d3cf Mon Sep 17 00:00:00 2001 From: Valentina Zhuravska Date: Wed, 6 Jan 2016 17:28:46 +0200 Subject: [PATCH] Fixed alignment --HG-- branch : feature --- .../dialogs/configpages/configurationpage.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"));