Move url to user manual outside of translated string.
--HG-- branch : develop
This commit is contained in:
parent
68ef544ac4
commit
2f1524d0db
|
@ -336,9 +336,10 @@ QGroupBox *ConfigurationPage::SendGroup()
|
||||||
sendReportCheck->setChecked(qApp->ValentinaSettings()->GetSendReportState());
|
sendReportCheck->setChecked(qApp->ValentinaSettings()->GetSendReportState());
|
||||||
|
|
||||||
description = new QLabel(tr("After each crash Valentina collects information that may help us fix the "
|
description = new QLabel(tr("After each crash Valentina collects information that may help us fix the "
|
||||||
"problem. We do not collect any personal information. Find more about what "
|
"problem. We do not collect any personal information. Find more about what %1"
|
||||||
"<a href=\"https://wiki.valentinaproject.org/wiki/UserManual:Crash_reports\">"
|
"kind of information%2 we collect.")
|
||||||
"kind of information</a> we collect."));
|
.arg("<a href=\"https://wiki.valentinaproject.org/wiki/UserManual:Crash_reports\">")
|
||||||
|
.arg("</a>"));
|
||||||
description->setTextFormat(Qt::RichText);
|
description->setTextFormat(Qt::RichText);
|
||||||
description->setTextInteractionFlags(Qt::TextBrowserInteraction);
|
description->setTextInteractionFlags(Qt::TextBrowserInteraction);
|
||||||
description->setOpenExternalLinks(true);
|
description->setOpenExternalLinks(true);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user