From 3bc319380504603b164629f84d6641e701435034 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 15 Oct 2019 17:50:40 +0200 Subject: [PATCH] Fix typo --- gerbview/gerber_draw_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerbview/gerber_draw_item.cpp b/gerbview/gerber_draw_item.cpp index f049217428..6bf0069fdb 100644 --- a/gerbview/gerber_draw_item.cpp +++ b/gerbview/gerber_draw_item.cpp @@ -695,7 +695,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" );