Fix spelling error in symbol library table warning string.

This commit is contained in:
Wayne Stambaugh 2019-06-16 12:26:47 -04:00
parent 77bf575742
commit be8fe3884f
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ void InvokeSchEditSymbolLibTable( KIWAY* aKiway, wxWindow *aParent )
{
wxMessageDialog saveDlg( aParent,
_( "Modifications have been made to one or more symbol "
"libraries. Changes must be saved or discared before "
"libraries. Changes must be saved or discarded before "
"the symbol library table can be modified." ),
_( "Warning" ),
wxYES_NO | wxCANCEL | wxYES_DEFAULT | wxCENTER );