Make more strings translatable in PCB grid settings.

This commit is contained in:
Alex 2024-02-03 19:31:37 +03:00
parent 31394e95d7
commit 4146a74bb7
1 changed files with 2 additions and 2 deletions

View File

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