From 0ef785981b776e2124c6c27d8747a974510c115c Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Thu, 25 Jan 2018 12:07:44 +0100 Subject: [PATCH] Add pin numbering exception to sync pin edit mode description --- eeschema/tool_lib.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/tool_lib.cpp b/eeschema/tool_lib.cpp index 2640b2a4fd..eb9b8a1c3b 100644 --- a/eeschema/tool_lib.cpp +++ b/eeschema/tool_lib.cpp @@ -206,8 +206,8 @@ void LIB_EDIT_FRAME::ReCreateHToolbar() m_mainToolBar->AddSeparator(); KiScaledSeparator( m_mainToolBar, this ); msg = _( "Synchronized pin edit mode\n" - "Synchronized pin edit mode propagates all pin changes to other units.\n" - "Normally enabled for multiunit parts with interchangeable units." ); + "Synchronized pin edit mode propagates to other units all pin changes except pin number modification.\n" + "Enabled by default for multiunit parts with interchangeable units." ); m_mainToolBar->AddTool( ID_LIBEDIT_SYNC_PIN_EDIT, wxEmptyString, KiScaledBitmap( pin2pin_xpm, this ), msg, wxITEM_CHECK ); m_mainToolBar->AddTool( ID_LIBEDIT_EDIT_PIN_BY_TABLE, wxEmptyString, KiScaledBitmap( pin_table_xpm, this ),