Fix grammar error in warning string.
This commit is contained in:
parent
55b8f0bc00
commit
62f0843579
|
@ -89,7 +89,7 @@ SIM_NOPLOT_PANEL::SIM_NOPLOT_PANEL( const wxString& aCommand, wxWindow* parent,
|
||||||
wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );
|
wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, wxEmptyString ) );
|
||||||
m_textInfo->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_GRAYTEXT ) );
|
m_textInfo->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_GRAYTEXT ) );
|
||||||
m_textInfo->SetLabel(
|
m_textInfo->SetLabel(
|
||||||
_( "This simulation provide no plots. Please refer to console window for results" ) );
|
_( "Simulation provided no plots. Please refer to console window for results." ) );
|
||||||
|
|
||||||
m_sizer->Add( m_textInfo, 1, wxALL | wxEXPAND, 5 );
|
m_sizer->Add( m_textInfo, 1, wxALL | wxEXPAND, 5 );
|
||||||
m_sizer->Add( 0, 1, 1, wxEXPAND, 5 );
|
m_sizer->Add( 0, 1, 1, wxEXPAND, 5 );
|
||||||
|
|
Loading…
Reference in New Issue