Fix english grammar

This commit is contained in:
Seth Hillbrand 2018-03-07 20:07:33 -08:00
parent 583ee0e4c3
commit a607174f9a
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ bool PGM_BASE::InitPgm()
if( m_pgm_checker->IsAnotherRunning() )
{
wxString quiz = wxString::Format(
_( "%s is already running, Continue?" ),
_( "%s is already running. Continue?" ),
GetChars( pgm_name.GetName() )
);