forked from qt-creator/qt-creator
Debugger: Fix message about attaching to local processes.
Change-Id: I2400e6a4121f72efc1934252e2998b3060dd4c47 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user