← Back to team overview

kicad-developers team mailing list archive

please apply small typo patch

 

TIA

-- 


Marco Ciampa

I know a joke about UDP, but you might not get it.

------------------------

 GNU/Linux User #78271
 FSFE fellow #364

------------------------

>From 539fcb288035c4f79b9bf0355b658f05366a6b7e Mon Sep 17 00:00:00 2001
From: Marco Ciampa <ciampix@xxxxxxxxxx>
Date: Fri, 9 Nov 2018 15:03:58 +0100
Subject: [PATCH] Small typo fixed

---
 pcbnew/dialogs/panel_setup_layers_base.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pcbnew/dialogs/panel_setup_layers_base.cpp b/pcbnew/dialogs/panel_setup_layers_base.cpp
index 0d50c4df8..6603faf4a 100644
--- a/pcbnew/dialogs/panel_setup_layers_base.cpp
+++ b/pcbnew/dialogs/panel_setup_layers_base.cpp
@@ -165,7 +165,7 @@ PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE( wxWindow* parent, wxWindowID i
 	int m_FrontChoiceNChoices = sizeof( m_FrontChoiceChoices ) / sizeof( wxString );
 	m_FrontChoice = new wxChoice( m_LayersListPanel, ID_FRONTCHOICE, wxDefaultPosition, wxDefaultSize, m_FrontChoiceNChoices, m_FrontChoiceChoices, 0 );
 	m_FrontChoice->SetSelection( 0 );
-	m_FrontChoice->SetToolTip( _("Copper layer type for Freerouter and other external routers.\nPower plane layers are removed from Freerouter' layer menus.") );
+	m_FrontChoice->SetToolTip( _("Copper layer type for Freerouter and other external routers.\nPower plane layers are removed from Freerouter's layer menus.") );
 	
 	m_LayerListFlexGridSizer->Add( m_FrontChoice, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );
 	
-- 
2.17.1


Follow ups