forked from qt-creator/qt-creator
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:
@@ -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>"));
|
||||
|
||||
Reference in New Issue
Block a user