Debugger: Make 'Debug all children' label a bit clearer

Change-Id: I02f0ca307bff01745f75fa1cf9c149b867577f7f
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2017-06-16 15:03:44 +02:00
parent bfb0e025d9
commit 771d9f222c

View File

@@ -361,7 +361,7 @@ GdbOptionsPageWidget2::GdbOptionsPageWidget2()
}
auto checkBoxMultiInferior = new QCheckBox(groupBoxDangerous);
checkBoxMultiInferior->setText(GdbOptionsPage::tr("Debug all children"));
checkBoxMultiInferior->setText(GdbOptionsPage::tr("Debug all child processes"));
checkBoxMultiInferior->setToolTip(GdbOptionsPage::tr(
"<html><head/><body>Keeps debugging all children after a fork."
"</body></html>"));