From 624dc393bfdfef887ffe59d617e79d87a522333e Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 6 Feb 2022 21:13:03 +0000 Subject: [PATCH] Fix tooltip. Fixes https://gitlab.com/kicad/code/kicad/issues/10708 --- eeschema/dialogs/dialog_lib_new_symbol_base.cpp | 2 +- eeschema/dialogs/dialog_lib_new_symbol_base.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/dialogs/dialog_lib_new_symbol_base.cpp b/eeschema/dialogs/dialog_lib_new_symbol_base.cpp index 5ab39bec69..cf40ba7df3 100644 --- a/eeschema/dialogs/dialog_lib_new_symbol_base.cpp +++ b/eeschema/dialogs/dialog_lib_new_symbol_base.cpp @@ -69,7 +69,7 @@ DIALOG_LIB_NEW_SYMBOL_BASE::DIALOG_LIB_NEW_SYMBOL_BASE( wxWindow* parent, wxWind bSizer17 = new wxBoxSizer( wxVERTICAL ); m_checkUnitsInterchangeable = new wxCheckBox( this, wxID_ANY, _("All units are interchangeable"), wxDefaultPosition, wxDefaultSize, 0 ); - m_checkUnitsInterchangeable->SetToolTip( _("Check this option to allow symbols with multiple units to have different\nelements. Uncheck this option when all symbol units are identical except\nfor pin numbers.") ); + m_checkUnitsInterchangeable->SetToolTip( _("Check this option when all symbol units are identical except\nfor pin numbers.") ); bSizer17->Add( m_checkUnitsInterchangeable, 0, wxRIGHT|wxLEFT, 5 ); diff --git a/eeschema/dialogs/dialog_lib_new_symbol_base.fbp b/eeschema/dialogs/dialog_lib_new_symbol_base.fbp index a77075ecb4..6011d2ad4d 100644 --- a/eeschema/dialogs/dialog_lib_new_symbol_base.fbp +++ b/eeschema/dialogs/dialog_lib_new_symbol_base.fbp @@ -648,7 +648,7 @@ 0 - Check this option to allow symbols with multiple units to have different elements. Uncheck this option when all symbol units are identical except for pin numbers. + Check this option when all symbol units are identical except for pin numbers. wxFILTER_NONE wxDefaultValidator