← Back to team overview

kicad-developers team mailing list archive

[RFC] Pin edition coupling description

 

I am trying to find a better description for pin edition coupling in the
symbol library editor (the rightmost button on the top toolbar). My
proposal is in the attached patch, but perhaps one of our native English
speakers can come up with a clearer description.

Cheers,
Orson
From 88a28b95022c8d12c9ce49e69f046d7a36392e67 Mon Sep 17 00:00:00 2001
From: Maciej Suminski <maciej.suminski@xxxxxxx>
Date: Tue, 23 Jan 2018 12:15:19 +0100
Subject: [PATCH] Symbol Editor: Changed pin edition coupling description

---
 eeschema/tool_lib.cpp | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/eeschema/tool_lib.cpp b/eeschema/tool_lib.cpp
index 98649b722..b2fd51eee 100644
--- a/eeschema/tool_lib.cpp
+++ b/eeschema/tool_lib.cpp
@@ -205,12 +205,9 @@ void LIB_EDIT_FRAME::ReCreateHToolbar()
 
     m_mainToolBar->AddSeparator();
     KiScaledSeparator( m_mainToolBar, this );
-    msg = _( "Allows disabling pin edition coupling between units.\n"
-             "When not disabled, adding, deleting and moving pins are synchronized\n"
-             "between units for pins at the same location.\n"
-             "For instance, adding a pin to a unit also add a similar pin to other units at the same location.\n"
-             "However, pins can have a different number or size because they are specific to a unit.\n"
-             "Usually synchronization is enabled when units are interchangeable and disabled if not." );
+    msg = _( "Disable multiunit pin edit mode\n"
+             "Multiunit pin edit mode propagates all pin changes to other units.\n"
+             "Normally enabled for multiunit parts with interchangeable units." );
     m_mainToolBar->AddTool( ID_LIBEDIT_EDIT_PIN_BY_PIN, wxEmptyString, KiScaledBitmap( pin2pin_xpm, this ),
                             msg, wxITEM_CHECK );
     m_mainToolBar->AddTool( ID_LIBEDIT_EDIT_PIN_BY_TABLE, wxEmptyString, KiScaledBitmap( pin_table_xpm, this ),
-- 
2.13.3

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups