diff --git a/eeschema/sch_symbol.cpp b/eeschema/sch_symbol.cpp index 78bd4d5876..7cb9caaf5e 100644 --- a/eeschema/sch_symbol.cpp +++ b/eeschema/sch_symbol.cpp @@ -1790,7 +1790,8 @@ void SCH_SYMBOL::GetMsgPanelInfo( EDA_DRAW_FRAME* aFrame, std::vectorGetDescription(), + aList.emplace_back( _( "Description" ) + wxT( ": " ) + + GetField( DESCRIPTION_FIELD )->GetText(), _( "Keywords" ) + wxT( ": " ) + m_part->GetKeyWords() ); } }