From 4c7a61dd25627b5a59a8ac5d4003eeab2c80f964 Mon Sep 17 00:00:00 2001 From: Tom Andrews Date: Fri, 5 Feb 2016 14:34:23 -0500 Subject: [PATCH] pcbnew: correct minor grammatical errors --- pcbnew/dialogs/dialog_gendrill_base.cpp | 6 +++--- pcbnew/dialogs/dialog_gendrill_base.fbp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pcbnew/dialogs/dialog_gendrill_base.cpp b/pcbnew/dialogs/dialog_gendrill_base.cpp index e868e1f9f9..a8d67b0d65 100644 --- a/pcbnew/dialogs/dialog_gendrill_base.cpp +++ b/pcbnew/dialogs/dialog_gendrill_base.cpp @@ -83,17 +83,17 @@ DIALOG_GENDRILL_BASE::DIALOG_GENDRILL_BASE( wxWindow* parent, wxWindowID id, con sbOptSizer = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Drill File Options:") ), wxVERTICAL ); m_Check_Mirror = new wxCheckBox( sbOptSizer->GetStaticBox(), wxID_ANY, _("Mirror y axis"), wxDefaultPosition, wxDefaultSize, 0 ); - m_Check_Mirror->SetToolTip( _("Not recommanded.\nUsed mostly by users who make themselves the boards.") ); + m_Check_Mirror->SetToolTip( _("Not recommended.\nUsed mostly by users who make the boards themselves.") ); sbOptSizer->Add( m_Check_Mirror, 0, wxRIGHT|wxLEFT, 5 ); m_Check_Minimal = new wxCheckBox( sbOptSizer->GetStaticBox(), wxID_ANY, _("Minimal header"), wxDefaultPosition, wxDefaultSize, 0 ); - m_Check_Minimal->SetToolTip( _("Not recommanded.\nUse it only for board houses which do not accept fully featured headers.") ); + m_Check_Minimal->SetToolTip( _("Not recommended.\nOnly use for board houses which do not accept fully featured headers.") ); sbOptSizer->Add( m_Check_Minimal, 0, wxTOP|wxRIGHT|wxLEFT, 5 ); m_Check_Merge_PTH_NPTH = new wxCheckBox( sbOptSizer->GetStaticBox(), wxID_ANY, _("Merge PTH and NPTH holes into one file"), wxDefaultPosition, wxDefaultSize, 0 ); - m_Check_Merge_PTH_NPTH->SetToolTip( _("Not recommanded.\nUse it only for board houses which ask for merged PTH and NPTH into onlu one file") ); + m_Check_Merge_PTH_NPTH->SetToolTip( _("Not recommended.\nOnly use for board houses which ask for merged PTH and NPTH into a single file.") ); sbOptSizer->Add( m_Check_Merge_PTH_NPTH, 0, wxALL, 5 ); diff --git a/pcbnew/dialogs/dialog_gendrill_base.fbp b/pcbnew/dialogs/dialog_gendrill_base.fbp index 73fef3250b..47ae370f87 100644 --- a/pcbnew/dialogs/dialog_gendrill_base.fbp +++ b/pcbnew/dialogs/dialog_gendrill_base.fbp @@ -759,7 +759,7 @@ 0 - Not recommanded. Used mostly by users who make themselves the boards. + Not recommended. Used mostly by users who make the boards themselves. wxFILTER_NONE wxDefaultValidator @@ -847,7 +847,7 @@ 0 - Not recommanded. Use it only for board houses which do not accept fully featured headers. + Not recommended. Only use it for board houses which do not accept fully featured headers. wxFILTER_NONE wxDefaultValidator @@ -935,7 +935,7 @@ 0 - Not recommanded. Use it only for board houses which ask for merged PTH and NPTH into onlu one file + Not recommended. Only use for board houses which ask for merged PTH and NTPH into a single file. wxFILTER_NONE wxDefaultValidator