Skip to content

Commit

Permalink
Restore a string in Altium parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsa-t committed Sep 6, 2024
1 parent 291ff61 commit dc30129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcbnew/pcb_io/altium/altium_pcb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4156,7 +4156,7 @@ void ALTIUM_PCB::HelperSetTextboxAlignmentAndPos( const ATEXT6& aElem, PCB_TEXTB
if( m_reporter )
{
wxString msg;
msg.Printf( _( "Unknown textbox justification %d, aText %s" ), justification,
msg.Printf( _( "Unknown textbox justification %d, text %s" ), justification,
aElem.text );
m_reporter->Report( msg, RPT_SEVERITY_DEBUG );
}
Expand Down

0 comments on commit dc30129

Please sign in to comment.