parent
484a3c114d
commit
5143f215a3
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue