Make the Simulator dialog strings translatable

This commit is contained in:
Maciej Suminski
2018-05-25 11:24:25 +02:00
parent 32f599654f
commit 61597db12d
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ SIM_PLOT_PANEL* SIM_PLOT_FRAME::NewPlotPanel( SIM_TYPE aSimType )
m_welcomePanel = nullptr;
}
m_plotNotebook->AddPage( plotPanel, wxString::Format( wxT( "Plot%u" ),
m_plotNotebook->AddPage( plotPanel, wxString::Format( _( "Plot%u" ),
(unsigned int) m_plotNotebook->GetPageCount() + 1 ), true );
m_plots[plotPanel] = PLOT_INFO();