French translation update
This commit is contained in:
parent
f130970469
commit
22bbe9618e
|
@ -586,8 +586,8 @@ int PCB_INSPECTION_TOOL::InspectConstraints( const TOOL_EVENT& aEvent )
|
||||||
if( courtyardError )
|
if( courtyardError )
|
||||||
{
|
{
|
||||||
r->Report( "" );
|
r->Report( "" );
|
||||||
r->Report( _( "Report may be incomplete: some footprint courtyards are malformed. " )
|
r->Report( _( "Report may be incomplete: some footprint courtyards are malformed." )
|
||||||
+ "<a href='drc'>" + _( "Run DRC for a full analysis." ) + "</a>" );
|
+ " <a href='drc'>" + _( "Run DRC for a full analysis." ) + "</a>" );
|
||||||
}
|
}
|
||||||
|
|
||||||
auto constraint = drcEngine.EvalRulesForItems( DISALLOW_CONSTRAINT, item, nullptr,
|
auto constraint = drcEngine.EvalRulesForItems( DISALLOW_CONSTRAINT, item, nullptr,
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue