commit
1e98b4a59c
|
@ -1264,7 +1264,7 @@ void CSettingsWindow::UpdateCert()
|
|||
ui.lblCert->setText(tr("<b>You have used %1/%2 evaluation certificates. No more free certificates can be generated.</b>").arg(EvalCount).arg(EVAL_MAX));
|
||||
else
|
||||
ui.lblCert->setText(tr("<b><a href=\"_\">Get a free evaluation certificate</a> and enjoy all premium features for %1 days.</b>").arg(EVAL_DAYS));
|
||||
ui.lblCert->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));
|
||||
ui.lblCert->setToolTip(tr("You can request a free %1-day evaluation certificate up to %2 times per hardware ID.").arg(EVAL_DAYS).arg(EVAL_MAX));
|
||||
|
||||
//ui.lblCertLevel->setVisible(!g_Certificate.isEmpty());
|
||||
if (!g_Certificate.isEmpty())
|
||||
|
|
|
@ -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&)));
|
||||
|
|
Loading…
Reference in New Issue