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:
Lioncash 2023-06-12 09:50:15 -04:00
parent 3ce06ae202
commit 6e9afd9a73
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. "