Fix spelling error in symbol library table warning string.
(cherry picked from commit be8fe3884f
)
This commit is contained in:
parent
8002692f3e
commit
610d200e8a
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue