Debugger: Edit UI text

- Make a tooltip unambigious
- Fix capitalization of Python

Change-Id: I3feb7d155a0e801b394f52c404fcf477ec3ac010
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Leena Miettinen
2021-03-18 13:07:24 +01:00
parent 33c8c31dd8
commit 810d959a2c
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ GdbOptionsPageWidget::GdbOptionsPageWidget()
auto checkBoxUsePseudoTracepoints = new QCheckBox(groupBoxGeneral);
checkBoxUsePseudoTracepoints->setText(GdbOptionsPage::tr("Use pseudo message tracepoints"));
checkBoxUsePseudoTracepoints->setToolTip(GdbOptionsPage::tr(
"Uses python to extend the ordinary GDB breakpoint class."));
"Uses Python to extend the ordinary GDB breakpoint class."));
QString howToUsePython = GdbOptionsPage::tr(
"<p>To execute simple Python commands, prefix them with \"python\".</p>"