Fix english grammar
This commit is contained in:
parent
583ee0e4c3
commit
a607174f9a
|
@ -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() )
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue