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:
hjk
2013-06-03 13:31:49 +02:00
parent 10725c086b
commit 34902ab6aa

View File

@@ -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"));