Pcbnew: make ruler tool warning translatable.

This commit is contained in:
Marco Ciampa 2017-05-02 09:26:13 +02:00 committed by Wayne Stambaugh
parent f3457794cf
commit b50d3966b5
1 changed files with 1 additions and 1 deletions

View File

@ -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;