Debugger: Fix message about attaching to local processes.

Change-Id: I2400e6a4121f72efc1934252e2998b3060dd4c47
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Friedemann Kleint
2014-03-13 08:39:22 +01:00
parent 60f9046d5b
commit 468039932e

View File

@@ -1739,7 +1739,7 @@ DebuggerRunControl *DebuggerPluginPrivate::attachToRunningProcess(Kit *kit,
if (device->type() != PE::DESKTOP_DEVICE_TYPE) {
QMessageBox::warning(ICore::mainWindow(), tr("Not a Desktop Device Type"),
tr("It is only possible to attach to local running process."));
tr("It is only possible to attach to a locally running process."));
return 0;
}