From 87d06e5269f66bc0d1a7233217448c85eecf1634 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 9 Nov 2017 14:34:00 +0100 Subject: [PATCH] Very minor fixes in some sentences (remove trailing space and add missing period). --- cvpcb/dialogs/dialog_config_equfiles.cpp | 2 +- pcbnew/dialogs/dialog_pad_properties_base.cpp | 4 ++-- pcbnew/dialogs/dialog_pad_properties_base.fbp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cvpcb/dialogs/dialog_config_equfiles.cpp b/cvpcb/dialogs/dialog_config_equfiles.cpp index 360edc1ca7..aebc9497e9 100644 --- a/cvpcb/dialogs/dialog_config_equfiles.cpp +++ b/cvpcb/dialogs/dialog_config_equfiles.cpp @@ -96,7 +96,7 @@ void DIALOG_CONFIG_EQUFILES::OnEditEquFile( wxCommandEvent& event ) if( editorname.IsEmpty() ) { - wxMessageBox( _( "No editor defined in Kicad. Please chose it" ) ); + wxMessageBox( _( "No editor defined in Kicad. Please choose it." ) ); return; } diff --git a/pcbnew/dialogs/dialog_pad_properties_base.cpp b/pcbnew/dialogs/dialog_pad_properties_base.cpp index 48183140c9..ad1b81769a 100644 --- a/pcbnew/dialogs/dialog_pad_properties_base.cpp +++ b/pcbnew/dialogs/dialog_pad_properties_base.cpp @@ -225,7 +225,7 @@ DIALOG_PAD_PROPERTIES_BASE::DIALOG_PAD_PROPERTIES_BASE( wxWindow* parent, wxWind m_staticTextCornerSizeRatio = new wxStaticText( m_panelGeneral, wxID_ANY, _("Corner size:"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticTextCornerSizeRatio->Wrap( -1 ); - m_staticTextCornerSizeRatio->SetToolTip( _("Corner radius in percent of the pad width.\nThe width is the smaller value between size X and size Y\nThe max value is 50 percent ") ); + m_staticTextCornerSizeRatio->SetToolTip( _("Corner radius in percent of the pad width.\nThe width is the smaller value between size X and size Y.\nThe max value is 50 percent.") ); fgSizerShapeType->Add( m_staticTextCornerSizeRatio, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 ); @@ -238,7 +238,7 @@ DIALOG_PAD_PROPERTIES_BASE::DIALOG_PAD_PROPERTIES_BASE( wxWindow* parent, wxWind m_staticTextCornerRadius = new wxStaticText( m_panelGeneral, wxID_ANY, _("Corner radius:"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticTextCornerRadius->Wrap( -1 ); - m_staticTextCornerRadius->SetToolTip( _("Corner radius.\nCan be no more than half pad width.\nThe width is the smaller value between size X and size Y\nNote: IPC norm gives a max value = 0.25mm") ); + m_staticTextCornerRadius->SetToolTip( _("Corner radius.\nCan be no more than half pad width.\nThe width is the smaller value between size X and size Y.\nNote: IPC norm gives a max value = 0.25mm.") ); fgSizerShapeType->Add( m_staticTextCornerRadius, 0, wxALL, 5 ); diff --git a/pcbnew/dialogs/dialog_pad_properties_base.fbp b/pcbnew/dialogs/dialog_pad_properties_base.fbp index 2cdccf90c9..bab563cf17 100644 --- a/pcbnew/dialogs/dialog_pad_properties_base.fbp +++ b/pcbnew/dialogs/dialog_pad_properties_base.fbp @@ -4214,7 +4214,7 @@ 0 - Corner radius in percent of the pad width. The width is the smaller value between size X and size Y The max value is 50 percent + Corner radius in percent of the pad width. The width is the smaller value between size X and size Y. The max value is 50 percent. @@ -4471,7 +4471,7 @@ 0 - Corner radius. Can be no more than half pad width. The width is the smaller value between size X and size Y Note: IPC norm gives a max value = 0.25mm + Corner radius. Can be no more than half pad width. The width is the smaller value between size X and size Y. Note: IPC norm gives a max value = 0.25mm.