One. More. Time.

This commit is contained in:
Seth Hillbrand 2025-07-15 17:23:03 -07:00
parent 6120b430d4
commit 5235b8e3ca

View File

@ -232,7 +232,7 @@ bool SYMBOL_EDITOR_PIN_TOOL::PlacePin( SCH_COMMIT* aCommit, SCH_PIN* aPin )
test->GetUnit() );
KIDIALOG dlg( m_frame, msg, _( "Confirmation" ), wxOK | wxCANCEL | wxICON_WARNING );
dlg.SetExtendedMessage( _( "Disable the 'Synchronize Pins Mode' option to avoid this message." ) );
dlg.SetExtendedMessage( _( "Disable the 'Synchronized Pins Mode' option to avoid this message." ) );
dlg.SetOKLabel( _( "Place Pin Anyway" ) );
dlg.DoNotShowCheckbox( __FILE__, __LINE__ );