forked from qt-creator/qt-creator
Debugger: Improve wording of the "Close buffers on exit" option
Change-Id: Icb94fc1123f0b1f675356e9f3c347f25a6c3cb53 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -69,7 +69,11 @@ CommonOptionsPageWidget::CommonOptionsPageWidget
|
||||
checkBoxListSourceFiles->setText(tr("Populate source file view automatically"));
|
||||
|
||||
checkBoxCloseBuffersOnExit = new QCheckBox(behaviorBox);
|
||||
checkBoxCloseBuffersOnExit->setText(tr("Close temporary buffers on debugger exit"));
|
||||
checkBoxCloseBuffersOnExit->setText(tr("Close temporary views on debugger exit"));
|
||||
checkBoxCloseBuffersOnExit->setText(tr("Stopping and stepping in the debugger "
|
||||
"will automatically open source or disassembler views associated with the "
|
||||
"current location. Select this option to automatically close them when "
|
||||
"the debugger exits."));
|
||||
|
||||
checkBoxSwitchModeOnExit = new QCheckBox(behaviorBox);
|
||||
checkBoxSwitchModeOnExit->setText(tr("Switch to previous mode on debugger exit"));
|
||||
|
||||
Reference in New Issue
Block a user