Fix case of "iOS"

Task-number: QTCREATORBUG-10681

Change-Id: I2a51eb95f8f9fa00114a2a9100eec5d052d2cca5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Robert Loehning
2013-11-07 13:16:42 +01:00
parent 2e179f0bb4
commit bf0e6ee567
3 changed files with 7 additions and 7 deletions

View File

@@ -517,7 +517,7 @@ void IosTool::handleCreatorHasData()
void IosTool::handleCreatorHasError(QAbstractSocket::SocketError error)
{
errorMsg(tr("Ios Debugging connection to creator failed with error %1").arg(error));
errorMsg(tr("iOS Debugging connection to creator failed with error %1").arg(error));
stopGdbServer();
}