Use the correct printf format for the move individually status text

Fixes sentry KICAD-1ZT
This commit is contained in:
Marek Roszko 2023-06-04 21:07:56 -04:00
parent 0091b9f897
commit b41606ecf7
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,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 <esc> to cancel all; double-click to finish" );
wxString msg;