This commit is contained in:
jean-pierre charras 2019-10-15 17:51:29 +02:00
parent 26ebf3c961
commit 0878c7c64c
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ void GERBER_DRAW_ITEM::GetMsgPanelInfo( EDA_UNITS_T aUnits, std::vector< MSG_PAN
// Display D_Code value with its attributes for items using a DCode:
if( m_Shape == GBR_POLYGON ) // Has no DCode, but can have an attribute
{
msg = _( "Attribut" );
msg = _( "Attribute" );
if( m_AperFunction.IsEmpty() )
text = _( "No attribute" );