summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 7b4b3a67..67a84c0a 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -734,7 +734,7 @@ void Settings::checkApiKey(QPushButton *nexusButton)
nexusButton->setEnabled(true);
nexusButton->setText("Connect to Nexus");
QMessageBox::warning(qApp->activeWindow(), tr("Error"),
- tr("Failed to retrieve a Nexus API key! Please try again."
+ tr("Failed to retrieve a Nexus API key! Please try again. "
"A browser window should open asking you to authorize."));
}
}