mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Correct exact language in help message
This commit is contained in:
parent
1066595a2c
commit
6120b430d4
@ -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 editing' option to avoid this message." ) );
|
||||
dlg.SetExtendedMessage( _( "Disable the 'Synchronize 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