kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #15535
Re: [PATCH] Rename instances of "module" to "footprint" for consistency
On Fri, Oct 31, 2014 at 09:47:16AM +0100, Marco Ciampa wrote:
> On Thu, Oct 30, 2014 at 03:10:04PM +0100, Marco Ciampa wrote:
> > On Thu, Oct 30, 2014 at 08:37:35AM -0400, Wayne Stambaugh wrote:
> > > Marco,
> > >
> > > In the future, please send patches as attachments rather than in-line.
> > > It makes it easier for me view and apply them. My mail client is not a
> > > very good diff file viewer.
>
> Patch attached, should be the last.
> Please check it, I do not want to rename some python module with python
> footprint :-)
>
> With this, _every_ reference to a footprint as a "module" should be removed.
> Hope this is will make things clearer...
Last patch I sent got unnoticed, there was something wrong in it or I
have to have patience? :-)
BTW: english language specification is not translated, I do not know why.
Attached a patch to fix it, please check it.
bye
--
Marco Ciampa
I know a joke about UDP, but you might not get it.
+--------------------+
| Linux User #78271 |
| FSFE fellow #364 |
+--------------------+
=== modified file 'common/pgm_base.cpp'
--- common/pgm_base.cpp 2014-10-17 17:45:33 +0000
+++ common/pgm_base.cpp 2014-11-01 20:04:25 +0000
@@ -109,8 +109,7 @@
wxLANGUAGE_ENGLISH,
ID_LANGUAGE_ENGLISH,
lang_en_xpm,
- wxT( "English" ),
- true
+ _( "English" )
},
// French language
Follow ups
References