BreakpointDialog: Mark breakpoint help text as translatable
We already mark the title of the dialog box as translatable, so it would be a bit odd to not mark the containing text as translatable too.
This commit is contained in:
parent
3ce06ae202
commit
6e9afd9a73
|
@ -323,7 +323,7 @@ void BreakpointDialog::accept()
|
||||||
|
|
||||||
void BreakpointDialog::ShowConditionHelp()
|
void BreakpointDialog::ShowConditionHelp()
|
||||||
{
|
{
|
||||||
const auto message = QStringLiteral(
|
const auto message = tr(
|
||||||
"Conditions:\n"
|
"Conditions:\n"
|
||||||
"Sets an expression that is evaluated when a breakpoint is hit. If the expression is false "
|
"Sets an expression that is evaluated when a breakpoint is hit. If the expression is false "
|
||||||
"or 0, the breakpoint is ignored until hit again. Statements should be separated by a comma. "
|
"or 0, the breakpoint is ignored until hit again. Statements should be separated by a comma. "
|
||||||
|
|
Loading…
Reference in New Issue