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