CODA: Fix some messages.

This commit is contained in:
Friedemann Kleint
2011-01-19 14:14:19 +01:00
parent c736cc3c8d
commit 79529551b2
4 changed files with 4 additions and 7 deletions

View File

@@ -597,7 +597,7 @@ void S60DeployStep::checkForTimeout()
const QString title = tr("Waiting for CODA");
const QString text = tr("Qt Creator is waiting for the CODA application to connect. "
"Please make sure the application is running on "
"your mobile phone and the right ip address and port are "
"your mobile phone and the right IP address and port are "
"configured in the project settings.");
QMessageBox *mb = new QMessageBox(QMessageBox::Information, title, text,
QMessageBox::Cancel, Core::ICore::instance()->mainWindow());