Use the correct printf format for the move individually status text
Fixes sentry KICAD-1ZT
This commit is contained in:
parent
0091b9f897
commit
b41606ecf7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue