diff --git a/pcbnew/tools/edit_tool_move_fct.cpp b/pcbnew/tools/edit_tool_move_fct.cpp index 463b7fed73..1f21fdac2c 100644 --- a/pcbnew/tools/edit_tool_move_fct.cpp +++ b/pcbnew/tools/edit_tool_move_fct.cpp @@ -351,7 +351,7 @@ int EDIT_TOOL::doMoveSelection( const TOOL_EVENT& aEvent, const wxString& aCommi auto updateStatusPopup = [&]( EDA_ITEM* item, size_t ii, size_t count ) { - wxString popuptext = _( "Click to place %s (item %ld of %ld)\n" + wxString popuptext = _( "Click to place %s (item %zu of %zu)\n" "Press to cancel all; double-click to finish" ); wxString msg;