Pcbnew: make ruler tool warning translatable.
This commit is contained in:
parent
f3457794cf
commit
b50d3966b5
|
@ -440,7 +440,7 @@ void PCB_EDIT_FRAME::OnLeftClick( wxDC* aDC, const wxPoint& aPosition )
|
|||
break;
|
||||
|
||||
case ID_PCB_MEASUREMENT_TOOL:
|
||||
DisplayError( this, wxT( "This tool is not available in the legacy canvas" ) );
|
||||
DisplayError( this, _( "This tool is not available in the legacy canvas" ) );
|
||||
SetToolID( ID_NO_TOOL_SELECTED, m_canvas->GetDefaultCursor(), wxEmptyString );
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue