Use double-quotes for rule expressions.

The Mac double-quote bug is now fixed and strings inside expressions
are single quoted making single-quoting the entire expression pretty
hard to visually parse.
This commit is contained in:
Jeff Young 2021-11-08 20:19:45 +00:00
parent b1e8241ebe
commit 6af031be05
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ DRC_CONSTRAINT DRC_ENGINE::EvalRules( DRC_CONSTRAINT_T aConstraintType, const BO
}
else
{
REPORT( wxString::Format( _( "Checking rule condition '%s'." ),
REPORT( wxString::Format( _( "Checking rule condition \"%s\"." ),
EscapeHTML( c->condition->GetExpression() ) ) )
}