diff --git a/common/dialogs/panel_grid_settings.cpp b/common/dialogs/panel_grid_settings.cpp index 8b708523f5..cbff4636da 100644 --- a/common/dialogs/panel_grid_settings.cpp +++ b/common/dialogs/panel_grid_settings.cpp @@ -50,8 +50,8 @@ PANEL_GRID_SETTINGS::PANEL_GRID_SETTINGS( wxWindow* aParent, UNITS_PROVIDER* aUn if( m_frameType == FRAME_PCB_EDITOR || m_frameType == FRAME_FOOTPRINT_EDITOR ) { - m_checkGridOverrideConnected->SetLabel( wxT( "Footprints/pads:" ) ); - m_checkGridOverrideWires->SetLabel( wxT( "Tracks:" ) ); + m_checkGridOverrideConnected->SetLabel( _( "Footprints/pads:" ) ); + m_checkGridOverrideWires->SetLabel( _( "Tracks:" ) ); } else {