← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 0/4] Fixup various small spelling issues

 

Carsten,

Since we just added a dialog that added a string that requires
translation, I merged your patch set.  Fixing a single spelling issue
isn't going to set us back much.  Thank you for contribution to KiCad.

Cheers,

Wayne

On 7/8/2018 8:12 AM, c.schoenert@xxxxxxxxxxx wrote:
> From: Carsten Schoenert <c.schoenert@xxxxxxxxxxx>
> 
> Hi,
> 
> here again a small patch set for fixing up small grammar typos found by
> the Debian QS tool Lintian that should go into before the final release
> of 5.0.0.
> 
> All fixes are within comments except one fix which is in a i18n string
> in pcbnew/dialogs/dialog_pns_settings_base.fbp.
> 
> Regrads
> Carsten
> 
> Carsten Schoenert (4):
>   fix misspelled 'Toogle' -> 'Toggle'
>   fix misspelled 'allows to' -> 'allows one to'
>   fix misspelled 'allow to' -> 'allow one to'
>   fix misspelled 'an other' -> 'another'
> 
>  3d-viewer/3d_viewer/eda_3d_viewer.h         |  2 +-
>  common/gal/opengl/gl_builtin_shaders.cpp    | 28 ++++++++++-----------
>  common/tool/common_tools.cpp                |  2 +-
>  eeschema/sch_edit_frame.h                   |  6 ++---
>  eeschema/sch_sheet_path.h                   |  2 +-
>  eeschema/sim/netlist_exporter_pspice_sim.h  |  2 +-
>  gerbview/tools/selection_tool.h             | 12 +++++----
>  include/basic_gal.h                         |  2 +-
>  include/plotter.h                           | 12 ++++-----
>  include/tool/action_manager.h               |  4 +--
>  include/tool/context_menu.h                 |  4 +--
>  include/tool/tool_event.h                   |  2 +-
>  include/view/view.h                         | 12 ++++-----
>  pcbnew/connectivity_data.h                  |  4 +--
>  pcbnew/dialogs/dialog_pns_settings_base.fbp |  2 +-
>  pcbnew/editrack-part2.cpp                   |  2 +-
>  pcbnew/menubar_pcb_editor.cpp               |  2 +-
>  pcbnew/netinfo.h                            |  2 +-
>  pcbnew/pcb_base_frame.cpp                   |  4 +--
>  pcbnew/tools/drawing_tool.h                 |  4 +--
>  pcbnew/tools/edit_points.h                  |  6 ++---
>  pcbnew/tools/point_editor.cpp               |  4 +--
>  pcbnew/tools/selection_tool.h               |  9 ++++---
>  23 files changed, 66 insertions(+), 63 deletions(-)
> 


References