← Back to team overview

kicad-developers team mailing list archive

A little text patch for Kicad/eeschema/libedit.cpp

 

This makes it clear that the part exists in the schematic - not the library.

--- libedit.cpp 2010-03-14 09:17:09.000000000 -0500
+++ libedit-1.cpp 2010-03-28 19:48:33.494543269 -0500
@@ -605,7 +605,7 @@

if( oldComponent != NULL )
{
- msg.Printf( _( "Component \"%s\" exists. Change it?" ),
+ msg.Printf( _( "Component \"%s\" exists in the schematic. Change it?" ),
GetChars( oldComponent->GetName() ) );
if( !IsOK( this, msg ) )
return;




--------------------------------------------------------------------------------
Karl Schmidt EMail Karl@...
Transtronics, Inc. WEB http://xtronics.com
3209 West 9th Street Ph (785) 841-3089
Lawrence, KS 66049 FAX (785) 841-0434

Life does not consist mainly, or even largely, of facts and
happenings. It consists mainly of the storm of thought that is
forever flowing through one's head.--Mark Twain

--------------------------------------------------------------------------------