#5629 Minor grammar tweaks

This commit is contained in:
Andrew Nelless 2016-09-30 15:21:12 +01:00 committed by Andrew Nelless
parent 0f95c6e941
commit 6033f0c946
2 changed files with 2 additions and 3 deletions

View File

@ -155,8 +155,7 @@ void ActivationDialog::accept()
m_appConfig->saveSettings();
message.information (this, "Activated!",
tr("Thanks for activating %1!").arg
(getEditionName (edition)));
tr("Thanks for activating %1!").arg (getEditionName (edition)));
MainWindow& mainWindow = dynamic_cast<MainWindow&>(*this->parent());
mainWindow.setEdition(edition);
mainWindow.updateLocalFingerprint();

View File

@ -98,7 +98,7 @@ void SubscriptionManager::checkError(QString& error)
}
else {
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 "
"following details.\n\n%1").arg(error));
}