Skip to content

Commit

Permalink
Merge pull request #11939 from lioncash/condition
Browse files Browse the repository at this point in the history
BreakpointDialog: Mark breakpoint help text as translatable
  • Loading branch information
AdmiralCurtiss committed Jun 12, 2023
2 parents b4d161f + 6e9afd9 commit 635bce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp
Expand Up @@ -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. "
Expand Down

0 comments on commit 635bce2

Please sign in to comment.