mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 22:52:13 +08:00
#5629 Minor grammar tweaks
This commit is contained in:
committed by
Andrew Nelless
parent
0f95c6e941
commit
6033f0c946
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user