Ui: No spaces before "..."

Change-Id: Ic76ef1bea53e2cf5c2d109688247e84c1aa70f6b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Daniel Teske
2012-03-07 15:50:58 +01:00
parent 272e203b36
commit 5585426efc
12 changed files with 24 additions and 24 deletions

View File

@@ -162,7 +162,7 @@ void AbstractRemoteLinuxDebugSupport::handleAdapterSetupRequested()
QTC_ASSERT(d->state == Inactive, return);
d->state = StartingRunner;
showMessage(tr("Preparing remote side ...\n"), AppStuff);
showMessage(tr("Preparing remote side...\n"), AppStuff);
disconnect(runner(), 0, this, 0);
connect(runner(), SIGNAL(error(QString)), this, SLOT(handleSshError(QString)));
connect(runner(), SIGNAL(readyForExecution()), this, SLOT(startExecution()));