Fix grammar

This commit is contained in:
Marek Roszko 2021-01-21 22:29:21 -05:00
parent 2d8cac658e
commit b1d394258f
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ struct APP_SINGLE_TOP : public wxApp
// Gracefully inform the user and refuse to start (because python will crash us if we continue)
if( !IsWindows8OrGreater() )
{
wxMessageBox( _( "Windows 7 and older is no longer supported by KiCad and it's dependencies." ),
wxMessageBox( _( "Windows 7 and older is no longer supported by KiCad and its dependencies." ),
_( "Unsupported Operating System" ), wxOK | wxICON_ERROR );
return false;
}

View File

@ -276,7 +276,7 @@ struct APP_KICAD : public wxApp
// Gracefully inform the user and refuse to start (because python will crash us if we continue)
if( !IsWindows8OrGreater() )
{
wxMessageBox( _( "Windows 7 and older is no longer supported by KiCad and it's dependencies." ),
wxMessageBox( _( "Windows 7 and older is no longer supported by KiCad and its dependencies." ),
_( "Unsupported Operating System" ), wxOK | wxICON_ERROR );
return false;
}