From 79823d573aa92fe2f7f415bb93103d8d01704e01 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 5 Jun 2017 18:14:37 +0200 Subject: [PATCH] fix incorrect comment --- pcbnew/menubar_pcbframe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/menubar_pcbframe.cpp b/pcbnew/menubar_pcbframe.cpp index 81fdbe11eb..9325a739dc 100644 --- a/pcbnew/menubar_pcbframe.cpp +++ b/pcbnew/menubar_pcbframe.cpp @@ -1,7 +1,7 @@ /* * This program source code file is part of KiCad, a free EDA CAD application. * - * Copyright (C) 2012 Jean-Pierre Charras, jean-pierre.charras@ujf-grenoble.fr + * Copyright (C) 2017 Jean-Pierre Charras, jp.charras at wanadoo.fr * Copyright (C) 2012 SoftPLC Corporation, Dick Hollenbeck * Copyright (C) 2012-2016 Wayne Stambaugh * Copyright (C) 1992-2017 KiCad Developers, see AUTHORS.txt for contributors. @@ -389,7 +389,7 @@ void prepareToolsMenu( wxMenu* aParentMenu ) AddMenuItem( aParentMenu, ID_TOOLBARH_PCB_FREEROUTE_ACCESS, _( "&FreeRoute" ), - _( "Fast access to web-based FreeROUTE advanced router" ), + _( "Fast access to the FreeROUTE external advanced router" ), KiBitmap( web_support_xpm ) ); #if defined(KICAD_SCRIPTING_WXPYTHON)