Update SetupWizard.cpp

#4181
This commit is contained in:
Michael 2024-08-27 15:37:59 +02:00 committed by GitHub
parent 5143f215a3
commit d09264897c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ CCertificatePage::CCertificatePage(int iOldLevel, QWidget *parent)
registerField("isEvaluate", m_pEvaluate);
QLabel* pGetEvalCert = new QLabel(tr("<b><a href=\"_\"><font color='red'>Get a free evaluation certificate</font></a> and enjoy all premium features for %1 days.</b>").arg(EVAL_DAYS));
pGetEvalCert->setToolTip(tr("You can request a free %1-day evaluation certificate up to %2 times for any one hardware ID.").arg(EVAL_DAYS).arg(EVAL_MAX));
pGetEvalCert->setToolTip(tr("You can request a free %1-day evaluation certificate up to %2 times per hardware ID.").arg(EVAL_DAYS).arg(EVAL_MAX));
layout->addWidget(pGetEvalCert);
connect(pGetEvalCert, &QLabel::linkActivated, this, [=]() {
CSettingsWindow::StartEval(this, this, SLOT(OnCertData(const QByteArray&, const QVariantMap&)));