From c22921ee4f8f413140c2cbbf4c5ae3af1e92be04 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 12 Jan 2021 13:05:25 -0800 Subject: [PATCH] Fix spelling --- eeschema/symbol_editor/symbol_editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/symbol_editor/symbol_editor.cpp b/eeschema/symbol_editor/symbol_editor.cpp index b518eb81e3..96905cb925 100644 --- a/eeschema/symbol_editor/symbol_editor.cpp +++ b/eeschema/symbol_editor/symbol_editor.cpp @@ -60,8 +60,8 @@ public: "library." ) ); m_replaceTableEntry = new wxRadioButton( this, wxID_ANY, _( "Replace library table entry" ) ); - m_replaceTableEntry->SetToolTip( _( "Replacy symbol library table entry with new library." - "\n\nThe original library will no longer be avaliable " + m_replaceTableEntry->SetToolTip( _( "Replace symbol library table entry with new library." + "\n\nThe original library will no longer be available " "for use." ) ); m_addGlobalTableEntry = new wxRadioButton( this, wxID_ANY, _( "Add new global library table entry" ) );