summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-02-21 03:16:41 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-02-21 03:16:52 -0600
commit330ff910d16c381157afa7aae744dc160abb250d (patch)
treec40c4f70d23e0235c045121b12c76bd6d6fc62ba /src
parent51c02718b1eaf2c8680e951d913baceb703bb74a (diff)
Add space
Diffstat (limited to 'src')
-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."));
}
}