diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-02-21 03:16:41 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-02-21 03:16:52 -0600 |
| commit | 330ff910d16c381157afa7aae744dc160abb250d (patch) | |
| tree | c40c4f70d23e0235c045121b12c76bd6d6fc62ba | |
| parent | 51c02718b1eaf2c8680e951d913baceb703bb74a (diff) | |
Add space
| -rw-r--r-- | src/settings.cpp | 2 |
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.")); } } |
