Commit 6f772c90 authored by Maciej Suminski's avatar Maciej Suminski

Renamed "Placement" context menu to "Align/distribute".

parent b076f3fe
......@@ -63,7 +63,7 @@ bool PLACEMENT_TOOL::Init()
menu->AppendSeparator();
menu->Add( COMMON_ACTIONS::distributeHorizontally );
menu->Add( COMMON_ACTIONS::distributeVertically );
m_selectionTool->AddSubMenu( menu, wxString( "Placement" ) );
m_selectionTool->AddSubMenu( menu, wxString( "Align/distribute" ) );
setTransitions();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment