#5629 Minor grammar tweaks
This commit is contained in:
parent
0f95c6e941
commit
6033f0c946
|
@ -155,8 +155,7 @@ void ActivationDialog::accept()
|
||||||
m_appConfig->saveSettings();
|
m_appConfig->saveSettings();
|
||||||
|
|
||||||
message.information (this, "Activated!",
|
message.information (this, "Activated!",
|
||||||
tr("Thanks for activating %1!").arg
|
tr("Thanks for activating %1!").arg (getEditionName (edition)));
|
||||||
(getEditionName (edition)));
|
|
||||||
MainWindow& mainWindow = dynamic_cast<MainWindow&>(*this->parent());
|
MainWindow& mainWindow = dynamic_cast<MainWindow&>(*this->parent());
|
||||||
mainWindow.setEdition(edition);
|
mainWindow.setEdition(edition);
|
||||||
mainWindow.updateLocalFingerprint();
|
mainWindow.updateLocalFingerprint();
|
||||||
|
|
|
@ -98,7 +98,7 @@ void SubscriptionManager::checkError(QString& error)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
QMessageBox::warning(m_pParent, tr("Subscription error"),
|
QMessageBox::warning(m_pParent, tr("Subscription error"),
|
||||||
tr("An error occurred while trying to activate using a serial key. "
|
tr("An error occurred while trying to activate Synergy using your serial key. "
|
||||||
"Please contact the helpdesk, and provide the "
|
"Please contact the helpdesk, and provide the "
|
||||||
"following details.\n\n%1").arg(error));
|
"following details.\n\n%1").arg(error));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue