diff --git a/eeschema/dialogs/panel_sym_lib_table.cpp b/eeschema/dialogs/panel_sym_lib_table.cpp index 533dd82d02..d7e8650db8 100644 --- a/eeschema/dialogs/panel_sym_lib_table.cpp +++ b/eeschema/dialogs/panel_sym_lib_table.cpp @@ -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 );