From 94d4ff8c1ba39999d13677fe88c206c97295a771 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 6 Aug 2015 10:11:00 +0200 Subject: [PATCH] removed space --- cockatrice/src/window_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 04e3b4e2..c4fc9c52 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -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);