kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04619
A little text patch for Kicad/eeschema/libedit.cpp
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Karl Schmidt <karl@...>
-
Date:
Sun, 28 Mar 2010 19:57:29 -0500
-
User-agent:
Mozilla-Thunderbird 2.0.0.22 (X11/20090707)
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
--------------------------------------------------------------------------------