Re: [Kicad-developers] small typo - please fix

2017-09-18 Thread Wayne Stambaugh
Marco, You cannot fix the tooltips in dialogs generated by wxFormbuilder this way. The next time someone edits the dialog, your changes will be lost. I will fix tooltip using wxFormbuilder. Thanks, Wayne On 9/16/2017 3:12 PM, Marco Ciampa wrote: > diff --git

Re: [Kicad-developers] small typo - please fix

2017-09-16 Thread Kevin Cozens
On 2017-09-16 03:23 PM, Clemens Koller wrote: And we put colons after full sentences, propably. Good catches on the typos. I think you meant to say that we put periods (aka. full stops) at the end of sentences. :) -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny

Re: [Kicad-developers] small typo - please fix

2017-09-16 Thread Clemens Koller
On 2017-09-16 21:12, Marco Ciampa wrote: > + moveDownButton->SetToolTip( _("Move the selected optional fields down > one position down") ); - down? lower? > + moveDownButton->SetToolTip( _("Move the selected optional fields one > position down.") ); And we put colons after full

[Kicad-developers] small typo - please fix

2017-09-16 Thread Marco Ciampa
diff --git a/eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp b/eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp index 4325d58..449f563 100644 --- a/eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp +++