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
commit 635bce2e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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. "