Permalink
Showing
with
2 additions
and
3 deletions.
-
+1
−2
src/gui/src/ActivationDialog.cpp
-
+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