diff --git a/Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp b/Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp index 990ad7b9e0..1675100bab 100644 --- a/Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp +++ b/Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp @@ -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. "