French translation update

This commit is contained in:
jean-pierre charras 2020-11-21 19:58:13 +01:00
parent f130970469
commit 22bbe9618e
2 changed files with 1655 additions and 1592 deletions

View File

@ -586,8 +586,8 @@ int PCB_INSPECTION_TOOL::InspectConstraints( const TOOL_EVENT& aEvent )
if( courtyardError )
{
r->Report( "" );
r->Report( _( "Report may be incomplete: some footprint courtyards are malformed. " )
+ "<a href='drc'>" + _( "Run DRC for a full analysis." ) + "</a>" );
r->Report( _( "Report may be incomplete: some footprint courtyards are malformed." )
+ " <a href='drc'>" + _( "Run DRC for a full analysis." ) + "</a>" );
}
auto constraint = drcEngine.EvalRulesForItems( DISALLOW_CONSTRAINT, item, nullptr,

File diff suppressed because it is too large Load Diff