mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #11939 from lioncash/condition
BreakpointDialog: Mark breakpoint help text as translatable
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user