From a607174f9a30ef30bd1f2834777764e8b327389a Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 7 Mar 2018 20:07:33 -0800 Subject: [PATCH] Fix english grammar --- common/pgm_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 263ddba1aa..9fe58d3b25 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -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() ) );