Merge pull request #11939 from lioncash/condition

BreakpointDialog: Mark breakpoint help text as translatable
This commit is contained in:
Admiral H. Curtiss
2023-06-12 20:13:07 +02:00
committed by GitHub

View File

@ -323,7 +323,7 @@ void BreakpointDialog::accept()
void BreakpointDialog::ShowConditionHelp()
{
const auto message = QStringLiteral(
const auto message = tr(
"Conditions:\n"
"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. "