From 2b3b26b5029e4274bd84a1ba5926f7960fa0f87f Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Mon, 15 Apr 2019 21:52:50 +0200 Subject: [PATCH] Remove two extraneous spaces from a tooltip --- pcbnew/dialogs/dialog_pad_properties_base.cpp | 2 +- pcbnew/dialogs/dialog_pad_properties_base.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_pad_properties_base.cpp b/pcbnew/dialogs/dialog_pad_properties_base.cpp index 6b981b6832..b94732a3d8 100644 --- a/pcbnew/dialogs/dialog_pad_properties_base.cpp +++ b/pcbnew/dialogs/dialog_pad_properties_base.cpp @@ -230,7 +230,7 @@ DIALOG_PAD_PROPERTIES_BASE::DIALOG_PAD_PROPERTIES_BASE( wxWindow* parent, wxWind m_staticTextChamferRatio = new wxStaticText( m_panelGeneral, wxID_ANY, _("Chamfer size:"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticTextChamferRatio->Wrap( -1 ); - m_staticTextChamferRatio->SetToolTip( _("Chamfer size 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_staticTextChamferRatio->SetToolTip( _("Chamfer size 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_staticTextChamferRatio, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 ); diff --git a/pcbnew/dialogs/dialog_pad_properties_base.fbp b/pcbnew/dialogs/dialog_pad_properties_base.fbp index 43459d80cf..bacd8df797 100644 --- a/pcbnew/dialogs/dialog_pad_properties_base.fbp +++ b/pcbnew/dialogs/dialog_pad_properties_base.fbp @@ -4436,7 +4436,7 @@ 0 - Chamfer size in percent of the pad width. The width is the smaller value between size X and size Y. The max value is 50 percent. + Chamfer size in percent of the pad width. The width is the smaller value between size X and size Y. The max value is 50 percent.