Commit 5a541d62 authored by poixen's avatar poixen
Browse files

Merge pull request #1341 from tooomm/patch-2

removed space
parents 44d757f6 94d4ff8c
......@@ -318,7 +318,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
break;
case Response::RespAccountNotActivated: {
bool ok = false;
QString token = QInputDialog::getText(this, tr("Account activation"), tr("Your account has not been activated yet.\n You need to provide the activation token received in the activation email"), QLineEdit::Normal, QString(), &ok);
QString token = QInputDialog::getText(this, tr("Account activation"), tr("Your account has not been activated yet.\nYou need to provide the activation token received in the activation email"), QLineEdit::Normal, QString(), &ok);
if(ok && !token.isEmpty())
{
client->activateToServer(token);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment