← Back to team overview

kicad-developers team mailing list archive

Re: small error in text string, please fix

 

Le 07/06/2014 14:41, Marco Ciampa a écrit :
> On Sat, Jun 07, 2014 at 01:15:45PM +0200, Nick Østergaard wrote:
>> 2014-06-07 11:54 GMT+02:00 Marco Ciampa <ciampix@xxxxxxxxx>:
>>> in
>>>
>>> kicad.bzr/pcbnew/class_pcb_layer_widget.cpp
>>>
>>> line 68:
>>>
>>>
>>>     RR( _( "Pads Front" ),      PAD_FR_VISIBLE,         WHITE,      _( "Show footprint pads on board's front" ) ),
>>>     RR( _( "Pads Back" ),       PAD_BK_VISIBLE,         WHITE,      _( "Show footprint pads on board's back" ) ),
>>>
>>>     RR( _( "Text Front" ),      MOD_TEXT_FR_VISIBLE,    WHITE,      _( "Show footprint text on board's back" ) ),
>>>                                                                                                        ^^^^
>>>     RR( _( "Text Back" ),       MOD_TEXT_BK_VISIBLE,    WHITE,      _( "Show footprint text on board's back" ) ),
>>>
>>> bye
>>>
>> It is easier to make a patch file with 'bzr diff >
>> correct-string.patch' or similar. I had a hard time noticing the
>> error, because the hats do not align up, because I did not view your
>> mail in a monospace font.
> 
> Right, thanks!
> 
> See patch attached... 

Fixed. Thanks.


-- 
Jean-Pierre CHARRAS


References