pcbnew: minor text fix

This commit is contained in:
Seth Hillbrand 2019-01-01 17:14:11 -07:00
parent daee58a0ab
commit 5c055f3f80
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ int PAD_TOOL::pushPadSettings( const TOOL_EVENT& aEvent )
DIALOG_PUSH_PAD_PROPERTIES::m_Pad_Orient_Filter,
DIALOG_PUSH_PAD_PROPERTIES::m_Pad_Layer_Filter );
commit.Push( _( "Paste Pad Properties" ) );
commit.Push( _( "Push Pad Settings" ) );
m_toolMgr->RunAction( PCB_ACTIONS::selectionModified, true );
frame.Refresh();