Fix copy/pasta.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15509
This commit is contained in:
Jeff Young 2023-08-26 16:25:07 +01:00
parent 949458bbe1
commit 725840654f
1 changed files with 2 additions and 2 deletions

View File

@ -507,8 +507,8 @@ void APPEARANCE_CONTROLS_3D::UpdateLayerCtls()
void APPEARANCE_CONTROLS_3D::rebuildLayerPresetsWidget()
{
m_viewportsLabel->SetLabel( wxString::Format( _( "Presets (%s+Tab):" ),
KeyNameFromKeyCode( PRESET_SWITCH_KEY ) ) );
m_presetsLabel->SetLabel( wxString::Format( _( "Presets (%s+Tab):" ),
KeyNameFromKeyCode( PRESET_SWITCH_KEY ) ) );
m_cbLayerPresets->Clear();