Fix spelling mistakes

This commit is contained in:
Ian McInerney
2024-01-10 16:17:07 +00:00
parent 07d7ccf46f
commit e7746d3bc8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ void SIM_PLOT_TAB::updateAxes( int aNewTraceType )
}
m_axis_x->SetName( _( "Frequency" ) );
m_axis_y1->SetName( _( "Ampltiude" ) );
m_axis_y1->SetName( _( "Amplitude" ) );
m_axis_y2->SetName( _( "Phase" ) );
break;