This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5629 Minor grammar tweaks

  • Loading branch information...
nlyan committed Sep 30, 2016
1 parent 0f95c6e commit 6033f0c946d22f02d277fbc4e0622d810c4809bb
Showing with 2 additions and 3 deletions.
  1. +1 −2 src/gui/src/ActivationDialog.cpp
  2. +1 −1 src/gui/src/SubscriptionManager.cpp
@@ -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();
@@ -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));
}

0 comments on commit 6033f0c

Please sign in to comment.