diff --git a/src/plugins/projectexplorer/devicesupport/devicesettingswidget.cpp b/src/plugins/projectexplorer/devicesupport/devicesettingswidget.cpp index a8204d97ea9..fb3a428752a 100644 --- a/src/plugins/projectexplorer/devicesupport/devicesettingswidget.cpp +++ b/src/plugins/projectexplorer/devicesupport/devicesettingswidget.cpp @@ -287,7 +287,7 @@ void DeviceSettingsWidget::currentDeviceChanged(int index) m_ui->removeConfigButton->setEnabled(true); if (device->canCreateProcessModel()) { - QPushButton * const button = new QPushButton(tr("Remote Processes")); + QPushButton * const button = new QPushButton(tr("Show Running Processes")); m_additionalActionButtons << button; connect(button, SIGNAL(clicked()), SLOT(handleProcessListRequested())); m_ui->buttonsLayout->insertWidget(m_ui->buttonsLayout->count() - 1, button);