This commit is contained in:
jean-pierre charras 2017-06-14 08:14:57 +02:00
parent 66e97fa905
commit cf083a20c4
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ int POSITION_RELATIVE_TOOL::RelativeItemSelectionMove( wxPoint anchorPosition,
static_cast<BOARD_ITEM*>( item )->Move( translation );
}
m_commit->Push( _( "Positon Relative" ) );
m_commit->Push( _( "Position Relative" ) );
if( m_position_relative_selection.IsHover() )
m_toolMgr->RunAction( PCB_ACTIONS::selectionClear, true );