From 9cc2781d555d2dfa647346019c46f88696ca63c2 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 19 Feb 2021 10:35:25 +0100 Subject: [PATCH] typo --- eeschema/dialogs/dialog_edit_components_libid_base.cpp | 2 +- eeschema/dialogs/dialog_edit_components_libid_base.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/dialogs/dialog_edit_components_libid_base.cpp b/eeschema/dialogs/dialog_edit_components_libid_base.cpp index f3e91b0854..ae8c101ca5 100644 --- a/eeschema/dialogs/dialog_edit_components_libid_base.cpp +++ b/eeschema/dialogs/dialog_edit_components_libid_base.cpp @@ -61,7 +61,7 @@ DIALOG_EDIT_COMPONENTS_LIBID_BASE::DIALOG_EDIT_COMPONENTS_LIBID_BASE( wxWindow* bSizerButtons->Add( m_buttonOrphanItems, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 ); m_checkBoxUpdateFields = new wxCheckBox( this, wxID_ANY, _("Update symbol fields from new library"), wxDefaultPosition, wxDefaultSize, 0 ); - m_checkBoxUpdateFields->SetToolTip( _("Replace current symbole fields by fields from the new lobrary.\nWarning: fields \"Value\" and \"Footprints\" will be therefore replaced.") ); + m_checkBoxUpdateFields->SetToolTip( _("Replace current symbols fields by fields from the new library.\nWarning: fields \"Value\" and \"Footprints\" will be therefore replaced.") ); bSizerButtons->Add( m_checkBoxUpdateFields, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); diff --git a/eeschema/dialogs/dialog_edit_components_libid_base.fbp b/eeschema/dialogs/dialog_edit_components_libid_base.fbp index 4b867c27b5..ef5db984a7 100644 --- a/eeschema/dialogs/dialog_edit_components_libid_base.fbp +++ b/eeschema/dialogs/dialog_edit_components_libid_base.fbp @@ -284,7 +284,7 @@ ; ; forward_declare 0 - Replace current symbole fields by fields from the new lobrary. Warning: fields "Value" and "Footprints" will be therefore replaced. + Replace current symbols fields by fields from the new library. Warning: fields "Value" and "Footprints" will be therefore replaced. wxFILTER_NONE wxDefaultValidator