Fix spelling error in symbol library table warning string.
This commit is contained in:
parent
77bf575742
commit
be8fe3884f
|
@ -728,7 +728,7 @@ void InvokeSchEditSymbolLibTable( KIWAY* aKiway, wxWindow *aParent )
|
||||||
{
|
{
|
||||||
wxMessageDialog saveDlg( aParent,
|
wxMessageDialog saveDlg( aParent,
|
||||||
_( "Modifications have been made to one or more symbol "
|
_( "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." ),
|
"the symbol library table can be modified." ),
|
||||||
_( "Warning" ),
|
_( "Warning" ),
|
||||||
wxYES_NO | wxCANCEL | wxYES_DEFAULT | wxCENTER );
|
wxYES_NO | wxCANCEL | wxYES_DEFAULT | wxCENTER );
|
||||||
|
|
Loading…
Reference in New Issue