From 610d200e8a163679ab39e0bb9a68781950fab5c4 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Sun, 16 Jun 2019 12:26:47 -0400 Subject: [PATCH] Fix spelling error in symbol library table warning string. (cherry picked from commit be8fe3884f5f127c5f6aa7e5cab1307254ec20eb) --- eeschema/dialogs/panel_sym_lib_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );