Fix typo. (Thanks Graham!)

This commit is contained in:
Jeff Young 2020-12-10 00:07:12 +00:00
parent bb4aa15736
commit 90d58c8509
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ int PCB_EDITOR_CONTROL::modifyLockSelected( MODIFY_MODE aMode )
if( modified ) if( modified )
{ {
commit.Push( aMode == ON ? _( "Lock" ) : _( "Unock" ) ); commit.Push( aMode == ON ? _( "Lock" ) : _( "Unlock" ) );
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified ); m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );
m_frame->OnModify(); m_frame->OnModify();
} }