mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
One. More. Time.
This commit is contained in:
parent
6120b430d4
commit
5235b8e3ca
@ -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__ );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user